curl --location --request GET 'https://test.51vive.com/forums/comment/page?pageSize=&pageNum=&orderByColumn=&isAsc=&topicId=&umsId=&nickname=&phone=&status=&startTime=&endTime='{
"total": 0,
"rows": [
{
"id": 0,
"umsId": 0,
"content": "string",
"enable": true,
"deleted": true,
"createTime": "2019-08-24T14:15:22.123Z",
"topicId": 0,
"top": true,
"nickname": "string",
"phone": "string",
"icon": "string",
"isAttention": true,
"likesNum": 0,
"replyNum": 0,
"commentNum": 0,
"isComment": true,
"replyVoList": [
{
"id": 0,
"umsId": 0,
"nickname": "string",
"phone": "string",
"icon": "string",
"content": "string",
"enable": true,
"deleted": true,
"createTime": "2019-08-24T14:15:22.123Z",
"replyUmsId": 0,
"tcId": 0,
"replyNickname": "string",
"isAttention": true,
"likesNum": 0
}
]
}
],
"code": 0,
"msg": "string"
}