Authorization: Bearer ********************
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"valueId": 0,
"type": 0,
"content": "string",
"adminContent": "string",
"userId": 0,
"hasPicture": true,
"picUrls": [
"string"
],
"star": 0,
"delFlag": true
}
curl --location --request PUT 'http://localhost:81/shop/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"valueId": 0,
"type": 0,
"content": "string",
"adminContent": "string",
"userId": 0,
"hasPicture": true,
"picUrls": [
"string"
],
"star": 0,
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}