{
"avatar": "string",
"comment": "string",
"nickname": "string",
"orderNo": "string",
"pics": "string",
"productId": 0,
"productScore": 5,
"serviceScore": 5,
"sku": "string",
"unique": "string",
"userId": 0,
"beautifulInterfaceScore": 0,
"easyUseScore": 0,
"comprehensiveInfoScore": 0,
"reasonablePriceScore": 0,
"satisfactoryResultScore": 0
}
curl --location --request POST '/api/admin/store/product/reply/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--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,
"beautifulInterfaceScore": 0,
"easyUseScore": 0,
"comprehensiveInfoScore": 0,
"reasonablePriceScore": 0,
"satisfactoryResultScore": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}