文档
测试

获取商品评论

POST
http://172.18.1.254:9001/goods/goodsComment

请求参数

参数名
类型
描述
必填
goodsId
int
商品id
必填
page
int
第几页
必填
size
int
每页条数
必填
score
int
条件(评分(0=全部,1=好评,2=中评,3=差评))
必填

响应参数

参数名
类型
描述
必填
isok
int
示例:1
必填
msg
string
示例:请求成功
必填
data
object
数据字典
必填
number
int
当前页数量
必填
total
int
总条数
必填
records
array
数据列表
必填
commentDetails
string
评论详情
必填
score
int
评分(1=好评,2=中评,3=差评)
必填
createdTime
object
创建时间
必填
id
int
评论id
必填
userName
string
评论人名称
必填
userLogo
string
评论人头像
必填
userId
string
评论人
必填
picture
array
附件图片
必填
normList
array
规格名称:规格属性
必填
page
int
当前页
必填
currentPage
int
总页数
必填