文档
测试

点赞、取消点赞评论接口

POST
192.168.0.111:12000/lesson/updateCommentNumById

请求参数

参数名
类型
描述
必填
id
String
评论id(加密)
必填
userId
String
用户id(加密)
必填
type
Integer
类型(1:点赞;2:取消点赞)
必填

响应参数

参数名
类型
描述
必填
code
Integer
1:成功;-1:失败
必填
msg
String
中文提示成功、失败
必填