POST Favorite/removeFavorite?message_id={message_id}
移除收藏
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| message_id |
消息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>