{
"order_number": "string",
"service_score": 0,
"shipment_score": 0,
"cost_score": 0,
"imageList": [
"string"
],
"video": "string",
"content": "string",
"tagIdList": [
0
],
"anonymous": 0,
"likeSkuList": [
"string"
]
}
curl --location --request POST 'https://www.nihaocloud.cn/st-order/order-review/details' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_number": "string",
"service_score": 0,
"shipment_score": 0,
"cost_score": 0,
"imageList": [
"string"
],
"video": "string",
"content": "string",
"tagIdList": [
0
],
"anonymous": 0,
"likeSkuList": [
"string"
]
}'
{
"orderNumber": "",
"totalQty": 0,
"createdAt": "",
"avg_score": 0.0,
"service_score": 0.0,
"shipment_score": 0.0,
"cost_score": 0.0,
"reply": {
"replyName": "",
"replyAvatar": "",
"content": "",
"createdAt": ""
},
"totalPaid": 0.0,
"currencySymbol": "",
"content": "",
"imgs": [
""
],
"video": "",
"tagList": [
{
"id": 0,
"name": ""
}
]
}