## :-: **列表**
### 獲取列表信息
~~~[api]
get:/index/Index/vipcninfo
int:id=6#id
<<<
success
{
"code": 1,
"msg": "獲取成功",
"list": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 2,
"classify_id": 6, //類別id
"title": "抖音", //標題
"url": "/uploads/77/6837441fbdd865248ba0966e049d0a.png", //內存配圖
"content": "<p>來啦 ~老弟</p>", //簡介
"pviews": 1, //閱讀量
"create_time": "0000-00-00 00:00:00", 創建時間
"classify": {
"name": "精.瞬間" //類別名字
}
}
]
}
}
<<<
error
{"code":-1,"msg":"獲取失敗"}
~~~