获取商品评论
POST
http://localhost:8088/resexplore/comment/findList
请求参数
参数名
类型
描述
必填
productId
int
示例:6 查询某条商品评论,不传查全部
必填
likeUserId
int
当前用户id 查询当前用户是否对某条评论点赞,登陆后传入
必填
响应参数
参数名
类型
描述
必填
message
string
示例:成功
必填
code
int
示例:200
必填
info
object
示例:null
必填
total
int
示例:2
必填
id
int
示例:2
必填
comment
string
示例:这个商品真不错
必填
userId
int
示例:4
必填
status
int
示例:0
必填
parentId
int
示例:0
必填
createTime
string
示例:2020-12-30T06:58:09.000+0000
必填
productId
int
示例:6
必填