POST Like/removeLike?cid={cid}
取消赞
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid |
被取消用户ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
取消赞
booleanResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": true,
"msg": null
}
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>