新闻视频的点赞收藏浏览量点击功能
POST
http://localhost:8081/user/newsVideo/updateById
接口描述
新闻视频的点赞,收藏,浏览量被点击功能
请求头
参数名
类型
描述
必填
token
String
token
必填
请求参数
multipart/form-data参数名
类型
描述
必填
id
Long
id
必填
readingVolume
int
浏览量
可选
likeCount
int
喜欢
可选
collectionVolume
int
收藏
可选
响应参数
application/json参数名
类型
描述
必填
code
int
结果码
必填
msg
String
操作结果
必填
result
String
结果(成功/失败)
必填