文档
测试

更新评论

POST
http://localhost:8080/comment/addOrUpdate

接口描述

通过用户输入的字段更新评论信息,除了字段comment_id外,其余参数至少填写一个

请求参数

参数名
类型
描述
必填
comment_id
int
示例:17
必填
food_id
int
示例:16
必填
user_id
int
示例:4
必填
content
string
示例:戴鹏秘制小汉堡,扛饿又管饱
必填
comment_level
int
示例:4
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:修改评论成功
必填