POST xuner/soc/Social/remPraise
取消点赞
请求信息
URI 参数
无。
Body 参数
socialPraiserequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| actionType | string |
无。 |
|
| contentId | string |
无。 |
|
| contentType | string |
无。 |
|
| id | string |
无。 |
|
| publishId | string |
无。 |
|
| type | string |
无。 |
请求格式
application/json, text/json
样例:
{
"actionType": "",
"contentId": "",
"contentType": "",
"id": "",
"publishId": "",
"type": ""
}
响应信息
资源描述
取消点赞
gSocResponseOfPraiseResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | PraiseResponse |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"userActionId": 0,
"addScore": "",
"score": "",
"msg": "",
"code": 0
},
"req": "",
"msg": "",
"code": 0
}