ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的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": "" } ~~~