curl --location --request GET 'http://localhost:0721/api/comment/list?id' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "aute laborum dolore Lorem",
"data": [
{
"id": "77",
"content": "consectetur quis sint ea",
"createdAt": "1980-01-27 20:05:22",
"authorInfo": {
"id": "34",
"username": "钱艳",
"avatar": "http://dummyimage.com/100x100"
},
"level": 0,
"replyTo": {
"id": "84",
"username": "吕伟"
},
"childComments": [
{
"id": "61",
"content": "adipisicing ad non",
"createdAt": "2003-10-23 03:37:57",
"authorInfo": {
"id": "60",
"username": "锺明",
"avatar": "http://dummyimage.com/100x100"
},
"level": 0,
"replyTo": {
"id": "37",
"username": "戴平"
},
"childComments": []
},
{
"id": "52",
"content": "ullamco ex exercitation",
"createdAt": "2002-04-23 05:26:05",
"authorInfo": {
"id": "69",
"username": "郝敏",
"avatar": "http://dummyimage.com/100x100"
},
"level": 0,
"replyTo": {
"id": "54",
"username": "侯娜"
},
"childComments": []
},
{
"id": "6",
"content": "enim dolor officia nisi",
"createdAt": "1984-11-17 11:42:14",
"authorInfo": {
"id": "52",
"username": "朱娟",
"avatar": "http://dummyimage.com/100x100"
},
"level": 0,
"replyTo": {
"id": "34",
"username": "龚超"
},
"childComments": []
}
]
}
]
}