{
"id": 0,
"orderGoodsId": 0,
"valueId": 0,
"type": 0,
"content": "string",
"adminContent": "string",
"userId": 0,
"avatar": "string",
"username": "string",
"hasPicture": true,
"picUrls": [
"string"
],
"star": 0,
"createTime": "string"
}
curl --location --request POST 'http://localhost:81/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"orderGoodsId": 0,
"valueId": 0,
"type": 0,
"content": "string",
"adminContent": "string",
"userId": 0,
"avatar": "string",
"username": "string",
"hasPicture": true,
"picUrls": [
"string"
],
"star": 0,
"createTime": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}