ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 分类列表 ~~~[api] get:/api/v1/category/index *string:pid=0#父id *string:type=ARTICLE#分类类型(GOODS,ARTICLE) <<< success { "msg": "获取成功!", "url": "", "data": [ { "id": 3, "uuid": "652e3a7a-fb2a-2715-2c21-f6bd7820e98b", "uid": 0, "pid": 0, "title": "视频", "sort": 0, "cover_id": "", "name": "video", "description": "视频", "count": 0, "index_tpl": "video/index", "lists_tpl": "video/lists", "detail_tpl": "video/detail", "page_num": 10, "status": 1, "type": "ARTICLE", "created_at": "", "updated_at": "", "deleted_at": "", "cover_path": "https://dev.qa114.com/static/images/default.png" }, { "id": 100, "uuid": "e8bbf1e3-b5ab-074a-8915-6e5884e926e2", "uid": 0, "pid": 0, "title": "爱心商城", "sort": 0, "cover_id": "", "name": "appstore", "description": "爱心商城", "count": 0, "index_tpl": "article/index", "lists_tpl": "article/lists", "detail_tpl": "article/detail", "page_num": 10, "status": 1, "type": "ARTICLE", "created_at": "2018-05-22 09:55:41", "updated_at": "2018-05-22 09:56:17", "deleted_at": "" } ], "count": 0, "status": "success" } <<< error { "msg": "无此数据", "url": "", "status": "error" } ~~~