~~~[api]
get:/api/article
int:page#分页
int:hot#是否热门
int:random#是否随机
<<<
success
{
"code": 0,
"data": {
"data": [
{
"id": 8,
"cateid": 0,
"title": "123213213",
"thumb": "",
"userid": 1,
"share": 0,
"view": 5,
"backid": 23,
"hot": 0,
"rand": 16,
"music": "231123321",
"name": null,
"avatar": null
},
{
"id": 7,
"cateid": 0,
"title": "123",
"thumb": "",
"userid": 1,
"share": 0,
"view": 5,
"backid": 21,
"hot": 0,
"rand": 2,
"music": "123",
"name": null,
"avatar": null
},
{
"id": 6,
"cateid": 0,
"title": "123312",
"thumb": "",
"userid": 1,
"share": 0,
"view": 5,
"backid": 20,
"hot": 0,
"rand": 9,
"music": "123",
"name": null,
"avatar": null
},
{
"id": 5,
"cateid": 0,
"title": "123",
"thumb": "",
"userid": 0,
"share": 0,
"view": 5,
"backid": 21,
"hot": 0,
"rand": 24,
"music": "321",
"name": null,
"avatar": null
},
{
"id": 4,
"cateid": 0,
"title": "33333",
"thumb": "",
"userid": 0,
"share": 0,
"view": 5,
"backid": 20,
"hot": 0,
"rand": 27,
"music": "2222",
"name": null,
"avatar": null
},
{
"id": 3,
"cateid": 0,
"title": "321",
"thumb": "",
"userid": 0,
"share": 0,
"view": 5,
"backid": 20,
"hot": 0,
"rand": 28,
"music": "3333",
"name": null,
"avatar": null
},
{
"id": 2,
"cateid": 2,
"title": "回家干活",
"thumb": "gggg",
"userid": 2,
"share": 0,
"view": 5,
"backid": 0,
"hot": 0,
"rand": 0,
"music": "",
"name": null,
"avatar": null
},
{
"id": 1,
"cateid": 1,
"title": "vfdsfds",
"thumb": "dsdfsdds ",
"userid": 1,
"share": 2,
"view": 7,
"backid": 0,
"hot": 0,
"rand": 0,
"music": "",
"name": "999",
"avatar": "http://qiniu.daduiz.xiegangsir.com/2018-12-13/a0cdced1e0cf77b6775eb5b1cdc096fb.jpg"
}
],
"total": 8,
"last_page": 1,
"per_page": 10,
"current_page": 1
},
"msg": "SUCCESS"
}
<<<
error
~~~