POST api/UserArticle/Zan
Request Information
URI Parameters
None.
Body Parameters
UserArticleZanParamName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
UserArticleId | string |
None. |
|
IsZan | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "sample string 1", "userArticleId": "sample string 2", "isZan": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultName | Description | Type | Additional information |
---|---|---|---|
Status |
响应状态 |
ReturnCode |
None. |
Message |
响应消息 |
string |
None. |
Server_time |
响应时间 |
integer |
None. |
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 200, "message": "sample string 1", "server_time": 2, "data": {} }