{
"orderId": "11013",
"data": {
"orderId": "11013",
"goodsId": "1",
"content": "我是评论内容",
"starCount": 5,
"pics": []
}
}
curl --location --request POST 'https://mall.dusksnow.top/app/goods/comment/submit' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "11013",
"data": {
"orderId": "11013",
"goodsId": "1",
"content": "我是评论内容",
"starCount": 5,
"pics": []
}
}'
{
"code": 1000,
"data": true,
"message": "success"
}