curl --location --request GET 'https://big-event-vue-api-t.itheima.net/my/article/list?pagenum=1&pagesize=2&cate_id=40284&state=已发布' \
--header 'Authorization: {{LayuiBigEvent_ACCESS_TOKEN}}'{
"status": 0,
"message": "获取文章列表成功!",
"data": [
{
"Id": 5961,
"title": "新的文章啊",
"pub_date": "2022-07-10 14:53:52.604",
"state": "已发布",
"cate_name": "体育"
},
{
"Id": 5962,
"title": "新的文章啊",
"pub_date": "2022-07-10 14:54:30.904",
"state": null,
"cate_name": "体育"
}
],
"total": 3
}