{
"productId": 0,
"orderId": 0,
"orderItemId": 0,
"commentRank": 0,
"commentTag": [
"string"
],
"content": "string",
"showPics": [
{
"picId": 0,
"picThumb": "string",
"picUrl": "string",
"picName": "string"
}
],
"shopId": 0,
"userId": 0
}
curl --location --request POST '/api/user/comment/evaluate' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": 0,
"orderId": 0,
"orderItemId": 0,
"commentRank": 0,
"commentTag": [
"string"
],
"content": "string",
"showPics": [
{
"picId": 0,
"picThumb": "string",
"picUrl": "string",
"picName": "string"
}
],
"shopId": 0,
"userId": 0
}'