POST api/WxQap/Add_TopicFollow

Request Information

URI Parameters

None.

Body Parameters

TopicFollow
NameDescriptionTypeAdditional information
Type

integer

None.

Content

string

None.

ImgUrl

string

None.

VideoUrl

string

None.

IsRelease

integer

None.

Tid

string

None.

Id

string

None.

Uid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "Content": "sample string 2",
  "ImgUrl": "sample string 3",
  "VideoUrl": "sample string 4",
  "IsRelease": 5,
  "Tid": "sample string 6",
  "Id": "sample string 7",
  "Uid": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultData
NameDescriptionTypeAdditional information
succ

boolean

None.

msg

string

None.

results

Object

None.

data

Object

None.

count

integer

None.

page

integer

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "succ": true,
  "msg": "sample string 2",
  "results": {},
  "data": {},
  "count": 5,
  "page": 6,
  "code": 7
}