ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/article/list` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |category|否|string|栏目id| | |p|否|string|当前页码|1| |num|否|string|每页显示的条数|10| **返回示例** - success ```json { "ret": 0, "msg": "ok", "total": 636, "current": 1, "pagesize": "3", "totalpage": 212, "list": [ { "id": 1, // 主键 "user_id": 3, // 用户uid "title": "击剑场上的这些面具....... 感觉有点萌......", // 标题 "url": "http://www.12xue.com/share/article/1.html", "category_id": 1, // 分类id "description": "", // 内容简介 "cover_id": 269, // 封面图id "view": 782, // 展示数 "comment": 0, // 评论数 "good": 88, // 点赞数 "create_time": 1471255547, // 创建时间 "update_time": 1471255547, // 修改时间 "tags": "interest", // tag标签 "copyfrom": "12xue", // 文章来源 "push_to": "student", // 推送到的客户端 "style": "1", // 展示类型 1:小图 2:大图 "type": "hot", // 文章类型 hot:热门 ad:推广 "category_text": "兴趣体验", // 分类名称 "user_text": "12xue", // 用户帐号 "cover_text": "http://upload.12xue.com/cms_cover_20160815_bc9cc88e4af0792e6fe7.jpg" // 封面图片地址 }, { "id": 2, "user_id": 3, "title": "中国十大名花", "url": "http://www.12xuedev.com/share/article/2.html", "category_id": 2, "description": "", "cover_id": 269, "view": 102, "comment": 0, "good": 100, "create_time": 1471255547, "update_time": 1471255547, "tags": "study", "copyfrom": "橙子", "push_to": "student", "style": "1", "type": "hot", "category_text": "课外驿站", "user_text": "12xue", "cover_text": "http://upload.12xue.com/cms_cover_20160815_bc9cc88e4af0792e6fe7.jpg" }, { "id": 3, "user_id": 3, "title": "20个冷笑话谜语", "url": "http://www.12xuedev.com/share/article/3.html", "category_id": 3, "description": "", "cover_id": 269, "view": 105, "comment": 0, "good": 100, "create_time": 1471255547, "update_time": 1471255547, "tags": "fun", "copyfrom": "橙子", "push_to": "student", "style": "1", "type": "hot", "category_text": "有点意思", "user_text": "12xue", "cover_text": "http://upload.12xue.com/cms_cover_20160815_bc9cc88e4af0792e6fe7.jpg" } ] } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| |id|string|主键| |user_id|string|用户uid| |title|string|标题| |category_id|string|分类id| |description|string|内容简介| |cover_id|string|封面图id| |view|string|展示数| |comment|string|评论数| |good|int|点赞数| |create_time|string|创建时间| |update_time|string|修改时间| |tags|string|tag标签| |copyfrom|string|文章来源| |push_to|string|推送到的客户端| |style|string|展示类型 1:小图 2:大图| |type|string|文章类型 hot:热门 ad:推广| |category_text|string|分类名称| |user_text|string|用户帐号| --: 该接口最后修订时间:2016-08-16 16:09:33 * * * * *