💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取分类接口(产品分类和文章分类公用接口) +++ 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 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++