AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 获取项目区域 ~~~[api] get:https://fang.himvc.com/api/project/regions/index <<< success { "code": 1, "msg": "请求成功!", "data": [ { "id": 1, "list_order": 10000, "name": "东南亚" }, { "id": 2, "list_order": 99, "name": "北美" } ] } <<< error { "code": 0, "msg": "没有区域数据!", "data": "" } ~~~