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