curl --location --request GET '/api/article/detail' \
--header 'token: 571b124e944c0fddd2a8450664e77fe1o2Zm3f'{
"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"
}
}