- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
详情
开发中
GET
/api/admin/store/product/reply/info/{id}
最后修改时间:2023-06-07 08:19:43
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
avatar
string
必需
comment
string
必需
createTime
string
必需
id
integer
必需
isDel
boolean
必需
isReply
boolean
必需
merchantReplyContent
string
必需
merchantReplyTime
integer
必需
nickname
string
必需
oid
integer
必需
pics
string
必需
productId
integer
必需
productScore
integer
必需
replyType
string
必需
serviceScore
integer
必需
sku
string
必需
uid
integer
必需
unique
string
必需
updateTime
string
必需
message
string
必需
示例
{
"code": 0,
"data": {
"avatar": "",
"comment": "",
"createTime": "",
"id": 0,
"isDel": true,
"isReply": true,
"merchantReplyContent": "",
"merchantReplyTime": 0,
"nickname": "",
"oid": 0,
"pics": "",
"productId": 0,
"productScore": 0,
"replyType": "",
"serviceScore": 0,
"sku": "",
"uid": 0,
"unique": "",
"updateTime": ""
},
"message": ""
}
修改于 2023-06-07 08:19:43