36. 我的-提交商品评价
开发中POST
/order.comment/submit请求参数
Header 参数
Access-Token
string
必需
示例值:
1741f74aed758a688515f72572dc8e37
platform
string
必需
示例值:
h5
Body 参数application/json
orderId
string
必需
form
array [object {6}]
必需
goods_id
integer
必需
order_goods_id
integer
必需
score
integer
必需
content
string
必需
imageList
array [object]
必需
uploaded
array[string]
必需
示例
{
"orderId": "10028",
"form": [
{
"goods_id": 10038,
"order_goods_id": 10033,
"score": 10,
"content": "这个手机很不错",
"imageList": [
{},
{}
],
"uploaded": [
"10307",
"10308"
]
},
{
"goods_id": 10040,
"order_goods_id": 10034,
"score": 20,
"content": "这个酒太辣了",
"imageList": [],
"uploaded": []
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
必需
message
string
必需
data
array[string]
必需
示例
{
"status": 200,
"message": "订单完成评价",
"data": []
}
最后修改时间: 2 年前