ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#### 文章列表 ~~~[api] get:/distributor/article/index *number:cateId#分类ID number:p=1#当前页数 number:ps=10#分页大小 <<< success { "code": 1, "msg": "", "time": "2018-09-20 18:42:32", "data": [ { "id": 1, "cate_id": 1, "created_id": 1, "updated_id": 1, "auditd_id": 1, "identity": 2, "title": "订单列表说明", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "banner": "a:1:{i:0;s:53:\"http://oss.dgyouduo.com/static/img/no-image-16x10.png\";}", "summary": "订单列表说明", "author": "admin", "source_name": "", "source_url": "", "view_count": 0, "sort": 0, "is_audit": 1, "is_trash": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2018-09-20 18:42:04", "auditd_at": "2018-09-20 18:41:35", "category": { "id": 1, "parent_id": 0, "parent_id_path": "0_1", "level": 1, "identity": 2, "name": "使用帮助", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "sort": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00", "status_text": "正常" }, "is_audit_text": "审核通过", "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 文章详情 ~~~[api] get:/distributor/article/retrieve/id/:id <<< { "code": 1, "msg": "", "time": "2018-09-20 18:44:38", "data": { "id": 1, "cate_id": 1, "created_id": 1, "updated_id": 1, "auditd_id": 1, "identity": 2, "title": "订单列表说明", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "banner": "a:1:{i:0;s:53:\"http://oss.dgyouduo.com/static/img/no-image-16x10.png\";}", "summary": "订单列表说明", "content": "<p>文章列表</p>", "author": "admin", "source_name": "", "source_url": "", "view_count": 0, "sort": 0, "is_audit": 1, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2018-09-20 18:42:04", "auditd_at": "2018-09-20 18:41:35", "category": { "id": 1, "parent_id": 0, "parent_id_path": "0_1", "level": 1, "identity": 2, "name": "使用帮助", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "sort": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00", "status_text": "正常" }, "is_audit_text": "审核通过", "status_text": "正常" } } ~~~ #### 文章分类 ~~~[api] get:/distributor/article/category number:parentId=0#父ID number:p=1#当前页数 number:ps=10#分页大小 <<< { "code": 1, "msg": "", "time": "2018-09-20 17:46:10", "data": [ { "id": 1, "parent_id": 0, "parent_id_path": "0_1", "level": 1, "identity": 2, "name": "使用帮助", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "sort": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00", "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 增加浏览数 ~~~[api] post:/distributor/article/addViewCount/id/:id <<< success { "code": 1, "msg": "success", "time": "2018-01-18 22:27:56", "data": [] } ~~~