Authorization: Bearer ********************curl --location --request GET 'http://localhost:81/shop/comment/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": {
"createTime": "",
"updateTime": "",
"id": 0,
"valueId": 0,
"type": 0,
"content": "",
"adminContent": "",
"userId": 0,
"hasPicture": false,
"picUrls": [
""
],
"star": 0,
"delFlag": false
}
}