AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### 基本信息 **Path:** /api/category **Method:** GET **接口描述:** ### 请求参数 ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | integer | 必须 | | | | | msg | string | 必须 | | | | | data | object \[\] | 必须 | | | item 类型: object | | ├─ id | integer | 必须 | | 分类 id | | | ├─ pid | integer | 必须 | | 分类父级 id | | | ├─ cate\_name | string | 必须 | | 分类名称 | | | ├─ pic | string | 必须 | | 分类图片 | | | ├─ children | object \[\] | 必须 | | 子分类 | item 类型: object | | ├─ id | integer | 必须 | | 子分类 id | | | ├─ cate\_name | string | 必须 | | 子分类名称 | | | ├─ pic | string | 必须 | | 子分类图片 | |