GET api/delzan?id={id}
【微站-名片页】--取消点赞
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
点赞的ID |
string |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
1表示成功,-1表示失败,-2表示未赞
CxccApiResponseBaseOfGetWzDZModelDataList| Name | Description | Type | Additional information |
|---|---|---|---|
| data | GetWzDZModelDataList |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"LikeLogs": [
{
"DynamicID": "sample string 1",
"LikeLogID": "sample string 2",
"OpenID": "sample string 3",
"WxName": "sample string 4"
},
{
"DynamicID": "sample string 1",
"LikeLogID": "sample string 2",
"OpenID": "sample string 3",
"WxName": "sample string 4"
}
],
"LikeLogID": "sample string 1"
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.