更新点赞
PUT
http://192.168.1.146:8080/api/praise/{id}/{deviceInfoId}/{top}
接口描述
点赞数量有问题
请求参数
参数名
类型
描述
必填
id
int
信息主id
必填
deviceInfoId
int
用户id
必填
top
int
是否点赞(0点赞,1取消点赞)
必填
响应参数
参数名
类型
描述
必填
msg
object
示例:null
必填
code
int
示例:500
必填