#案例列表
~~~[api]
post:/article/getArticleList
*int:size=10#分頁數量
*int:page=1#頁碼
int:cid=0#分類ID 為0時獲取全部
<<<
success
{
"info": "success",
"status": 1,
"data": {
"data": [
{
"id": 8,
"title": "用于設置當前數據表的別名,便于使用其他的連貫操作例如join方法等。",
"thumb": "http://mz.icewl.com/static/upload/5792786a4de35807/8350815ed4af0d28.jpg"
},
{
"id": 7,
"title": "Flex 布局語法教程",
"thumb": null
},
{
"id": 6,
"title": "33333",
"thumb": null
},
{
"id": 4,
"title": "每個項目兩側的間隔相等。所以,項目之間的間隔比項目與邊框的間隔大一倍。",
"thumb": null
}
]
}
}
<<<
error
{
"info": "error",
"status": 0,
}
~~~