- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
评价订单
开发中
POST
/api/front/order/comment
最后修改时间:2023-06-09 08:09:05
责任人:未设置
请求参数
Body 参数application/json
avatar
string
必需
comment
string
必需
nickname
string
必需
orderNo
string
必需
pics
string
必需
productId
integer
必需
productScore
integer
必需
serviceScore
integer
必需
sku
string
必需
unique
string
必需
userId
integer
必需
示例
{
"avatar": "",
"comment": "",
"nickname": "",
"orderNo": "",
"pics": "",
"productId": 0,
"productScore": 5,
"serviceScore": 5,
"sku": "",
"unique": "",
"userId": 0
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
boolean
必需
message
string
必需
示例
{
"code": 0,
"data": true,
"message": ""
}
修改于 2023-06-09 08:09:05