企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 接口名称 Service/serviceArea ### 接口描述 获取服务范围 ### 演示地址 `http://URL/Service/serviceArea` ### 输入参数 (string) oauth_token (必填) (string) oauth_token_secret (必填) ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "area_id": "110000", "title": "北京市", "pid": "0", "sort": "1", "is_open": "1" }, { "area_id": "310000", "title": "上海市", "pid": "0", "sort": "9", "is_open": "1" } ] } ~~~ ### 其他说明