curl --location --request GET 'http://www.likeadmin.localhost/adminapi/article.article/lists' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"cid": 2,
"title": "1111",
"image": "http://www.fczj.localhost/uploads/images/202202101117210f3755666.png",
"content": "这是测试资讯",
"visit": 0,
"is_show": 1,
"create_time": "2022-02-22 10:11:15",
"update_time": "2022-02-22 10:19:39",
"delete_time": null,
"cate_name": "资讯分类二"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}