文档
测试

根据商品获取评论分页(prodCommPageByProd)

GET
/prodComm/prodCommPageByUser

接口描述

根据商品返回评论分页数据

请求参数

参数名
类型
描述
必填
size
int
每页大小,默认10
必填
rows
int
每页条数 示例:10
必填
prodId
int
商品id
必填
evaluate
int
-1或null 全部,0好评 1中评 2差评 3有图
必填

响应参数

参数名
类型
描述
必填
data
list
数据列表
必填
prodCommId
int
id
必填
score
int
得分
必填
isAnonymous
int
是否匿名(1:是 0:否)
必填
replyContent
string
掌柜回复
必填
recTime
date
记录时间
必填
replyTime
date
回复时间
必填
nickName
string
用户昵称
必填
pic
string
头像图片
必填
replySts
int
是否回复 0:未回复 1:已回复
必填
pics
string
评论图片
必填
evaluate
int
0好评 1中评 2差评
必填
content
string
评论内容
必填