{
"product_id": 234,
"order_id": 229,
"order_item_id": 244,
"shop_id": 0,
"comment_rank": 5,
"comment_tag": [
"质量很好",
"服务周到"
],
"content": "aaa",
"show_pics": []
}
curl --location --request POST '/api/user/comment/evaluate' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 234,
"order_id": 229,
"order_item_id": 244,
"shop_id": 0,
"comment_rank": 5,
"comment_tag": [
"质量很好",
"服务周到"
],
"content": "aaa",
"show_pics": []
}'
{}