curl --location --request GET 'https://big-event-vue-api-t.itheima.net/my/article/info?id=1564' \
--header 'Authorization: '{
"code": 0,
"message": "获取文章成功!",
"data": {
"id": 1564,
"title": "哈哈",
"content": "<p>123</p>",
"cover_img": "/uploads/885eb38f6270eb10b42aedadd84fea23.jpg",
"pub_date": "Tue Jun 07 2022 13:42:56 GMT+0800 (Coordinated Universal Time)",
"state": "已发布",
"cate_id": 1284,
"author_id": 951,
"cate_name": "123",
"username": "laoli6666",
"nickname": ""
}
}