🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取分类接口(产品分类和文章分类公用接口) +++ post:http://tadev.sp11.cn/Taindex/Api/get_type_list *type= #分类类型(1:文章分类 2 :产品分类) <<< success type=1 { "status": 1, "msg": "成功", "list":[{ "cat_id": 类型id, "cat_name": "类型名称" "type_level":[{ "cat_id": 类型id, "cat_name": "类型名称" }] }] } type=2 { "status": 1, "msg": "成功", "list":[{ "protype_id": 类型id, "protype_name": "类型名称" "type_level":[{ "protype_id": 类型id, "protype_name": "类型名称" }] }] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++