curl --location --request GET 'http://localhost:3000/api/web/article/comment/list/?page&pageSize' \
--header 'Authorization;'
{
"code": 200,
"message": "获取成功",
"data": [
{
"nickname": "段磊",
"content": "ut amet sunt aliqua",
"time": "1983-01-02 02:42:37",
"articleID": "78",
"address": "广东省张家界市仁化县",
"createTime": "1989-07-26 16:08:44"
},
{
"nickname": "吕敏",
"content": "ut culpa labore incididunt adipisicing",
"time": "2020-05-25 23:08:29",
"articleID": "99",
"address": "上海莱芜市玛沁县",
"createTime": "1973-08-14 19:14:28"
}
],
"total": 9
}