Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/shop/comment/list'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createTime": "",
"updateTime": "",
"id": 0,
"valueId": 0,
"type": 0,
"content": "",
"adminContent": "",
"userId": 0,
"hasPicture": false,
"picUrls": [
""
],
"star": 0,
"delFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}