curl --location --request GET 'http://127.0.0.1:8090/comments/topSix'
{
"flag": false,
"code": 0,
"message": "",
"data": [
{
"id": 0,
"userId": 0,
"nickname": "",
"avatar": "",
"webSite": "",
"commentContent": "",
"createTime": "",
"replyDTOs": [
{
"id": 0,
"parentId": 0,
"userId": 0,
"nickname": "",
"avatar": "",
"webSite": "",
"replyUserId": 0,
"replyNickname": "",
"replyWebsite": "",
"commentContent": "",
"createTime": ""
}
]
}
]
}