{
"comment": "id incididunt ut mollit ipsum",
"commentLevel": 1,
"goodsId": 6,
"commentImages": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"orderId": 24,
"userId": 1,
"serviceComment": 2
}curl --location --request POST '/api/comment/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "id incididunt ut mollit ipsum",
"commentLevel": 1,
"goodsId": 6,
"commentImages": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"orderId": 24,
"userId": 1,
"serviceComment": 2
}'{}