{
"token": "string",
"orderId": "string",
"shopId": 0,
"evaluationFrom": 0,
"evaluationDeliverycredit": 0,
"evaluationServicecredit": 0,
"evaluationDesccredit": 0,
"isanonymous": 0,
"goodsList": [
{
"commonId": 0,
"shopId": 0,
"goodsId": 0,
"feedback": "string",
"scores": 0,
"isanonymous": 0,
"imageList": [
"string"
]
}
]
}curl --location --request POST '/order/base/addComments' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"orderId": "string",
"shopId": 0,
"evaluationFrom": 0,
"evaluationDeliverycredit": 0,
"evaluationServicecredit": 0,
"evaluationDesccredit": 0,
"isanonymous": 0,
"goodsList": [
{
"commonId": 0,
"shopId": 0,
"goodsId": 0,
"feedback": "string",
"scores": 0,
"isanonymous": 0,
"imageList": [
"string"
]
}
]
}'{
"code": 0,
"message": "",
"data": {}
}