curl --location --request GET 'http://www.likeadmin.localhost/adminapi/article.article/detail?id=' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 2,
"cid": 2,
"title": "买家具全踩坑",
"image": "http://www.fczj.localhost/uploads/images/202202101117210f3755666.png",
"content": "这是测试资讯",
"visit": 0,
"is_show": 0,
"create_time": "2022-02-22 10:11:15",
"update_time": "2022-02-22 10:14:38",
"delete_time": null
}
}