- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品评论列表
开发中
GET
/api/front/reply/list/{id}
最后修改时间:2023-06-07 13:17:14
责任人:未设置
请求参数
Path 参数
id
string
必需
Query 参数
type
string
可选
limit
string
每页数量
page
string
页码
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {10}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"avatar": "",
"comment": "",
"createTime": "",
"id": 0,
"merchantReplyContent": "",
"nickname": "",
"pics": [],
"score": 0,
"sku": "",
"uid": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}