curl --location --request GET 'https://lilicould.cn:8888/api/comment' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMaWxpQ291bGQiLCJyb2xlIjoiVklTSVRPUiIsImlhdCI6MTc2ODI5MDk2MSwiZXhwIjoxNzY4ODk1NzYxfQ.rebXIsz-pWGBROxsOwPh53tdPhO5c-pYsaGUJPO0TBY'{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"content": "",
"AuthorId": 0,
"articleId": 0,
"parentId": 0,
"status": "",
"likeCount": 0,
"ipAddress": "",
"userAgent": "",
"createTime": "",
"updateTime": "",
"authorName": "",
"articleTitle": ""
}
],
"timestamp": 0
}