curl --location --request GET '/appMark/commentReply/list'
{
"total": 0,
"rows": [
{
"id": 0,
"parentId": 0,
"commentId": 0,
"userId": 0,
"userName": "string",
"userAvatar": "string",
"commentContent": "string",
"commentTime": "2019-08-24T14:15:22Z",
"commentImages": "string",
"commentType": "string",
"isVerified": "string",
"isDelete": "string"
}
],
"code": 0,
"msg": "string"
}