RestResponse <List >
{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": {
"records": [
{
"commentId": 0,
"parentId": 0,
"rootId": 0,
"content": "string",
"createTime": "string",
"displayName": "string",
"avatarUrl": "string",
"location": "string"
}
],
"total": 0,
"current": 0,
"size": 0,
"pages": 0
},
"requestId": "resolveRequestId()"
}