文档
测试

获取所有评论

GET
http://localhost:8080/comment/getAll

接口描述

获取该用户所有评论

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:查询评论成功
必填
data
array
数据列表
必填
comment_id
int
示例:4
必填
food_id
int
示例:16
必填
user_id
int
示例:4
必填
content
string
示例:好
必填
comment_time
string
示例:2022-05-05T11:10:11.000+00:00
必填
comment_level
int
示例:2
必填