~~~[api]
get:/api/article/info
*int:id=默认值#说明文字
<<<
success
{
"code": 0,
"data": {
"id": 1,
"cateid": 1,
"title": "vfdsfds",
"thumb": "dsdfsdds ",
"music": "",
"userid": 1,
"share": 2,
"view": 3,
"content": "",
"backid": 0,
"created_at": null,
"hot": 0,
"rand": 0
},
"msg": "SUCCESS"
}
<<<
error
~~~