- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品详情评论
开发中
GET
/api/front/reply/product/{id}
最后修改时间:2023-06-07 13:17:39
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
productReply
object
必需
replyChance
string
必需
sumCount
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"productReply": {
"avatar": "",
"comment": "",
"createTime": "",
"id": 0,
"merchantReplyContent": "",
"nickname": "",
"pics": [],
"score": 0,
"sku": "",
"uid": 0
},
"replyChance": "",
"sumCount": 0
},
"message": ""
}