评论点赞取消
GET
/like/discuss/
接口描述
评论点赞提交
请求参数
参数名
类型
描述
必填
id
int
点赞ID
必填
op
string
固定值cancel
必填
响应参数
参数名
类型
描述
必填
status
string
状态,success: 成功, faild:失败
必填
msg
array
错误信息字符串数组
必填
total
int
成功时返回点赞数量
必填