{
"avatar": "string",
"comment": "string",
"nickname": "string",
"orderNo": "string",
"pics": "string",
"productId": 0,
"productScore": 5,
"serviceScore": 5,
"sku": "string",
"unique": "string",
"userId": 0
}curl --location --request POST '/api/front/order/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "string",
"comment": "string",
"nickname": "string",
"orderNo": "string",
"pics": "string",
"productId": 0,
"productScore": 5,
"serviceScore": 5,
"sku": "string",
"unique": "string",
"userId": 0
}'{
"code": 0,
"data": true,
"message": "string"
}