POST api/Like/addLike
点赞
Request Information
URI Parameters
None.
Body Parameters
likeParamName | Description | Type | Additional information |
---|---|---|---|
userid | integer |
None. |
|
dataId | integer |
None. |
|
code | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "userid": 1, "dataId": 2, "code": 3 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
点赞
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.