curl --location --request GET 'https://lilicould.cn:8888/api/article/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMaWxpQ291bGQiLCJyb2xlIjoiVklTSVRPUiIsImlhdCI6MTc2ODI5MDk2MSwiZXhwIjoxNzY4ODk1NzYxfQ.rebXIsz-pWGBROxsOwPh53tdPhO5c-pYsaGUJPO0TBY'{
"code": 0,
"message": "",
"data": {
"id": 0,
"title": "",
"slug": "",
"summary": "",
"content": "",
"contentHtml": "",
"coverImage": "",
"status": "",
"viewCount": 0,
"likeCount": 0,
"commentCount": 0,
"isTop": 0,
"isRecommend": 0,
"authorId": 0,
"categoryId": 0,
"createTime": "",
"updateTime": "",
"publishTime": "",
"authorName": "",
"categoryName": "",
"tags": [
{
"id": 0,
"name": "",
"slug": "",
"color": "",
"createTime": ""
}
]
},
"timestamp": 0
}