评论点赞
POST
api/CommentApi/CommentLike
接口描述
评论/回复点赞
请求参数
参数名
类型
描述
必填
sign
string
签名
必填
UserId
int
操作用户Id
必填
CommentType
int
点赞目标类型 1-评论 2-回复
必填
Comment_id
int
点赞目标ID CommentType==1时为评论Id,==2时 为回复Id
必填
LikeType
int
1-点赞 2-取消点赞
必填
响应参数
参数名
类型
描述
必填
code
int
200-成功 206-失败
必填