AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 获取分类接口(产品分类和文章分类公用接口) +++ 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 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++