#案例列表
~~~[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,
}
~~~