curl --location --request GET 'https://java-admin.likeadmin.cn//api/article/detail'
{
"code": 200,
"msg": "成功",
"data": {
"id": 10,
"cid": 1,
"title": "小明铜须烦烦烦",
"image": "http://127.0.0.1/uploads/11.png",
"intro": "jj",
"content": "",
"visit": 10,
"sort": 50,
"isShow": 0,
"createTime": "1970-01-01 08:00:00",
"updateTime": "1970-01-01 08:00:00"
}
}