Authorization: Bearer ********************
[
{
"orderGoodsId": 3,
"contents": "我是商品的评价!!!",
"goodsId": 1,
"hasPicture": "0",
"imgsUrl": "[]",
"stars": 1
}
]
curl --location --request POST 'http://47.93.16.76:8080/app/mall/api/v1/order/goods/comment' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"orderGoodsId": 3,
"contents": "我是商品的评价!!!",
"goodsId": 1,
"hasPicture": "0",
"imgsUrl": "[]",
"stars": 1
}
]'
{
"msg": "操作成功",
"code": 200
}