企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 示例 ~~~[api] get:v1/WaterHarnessing/listCounty <<< success { "code":0, "msg":"ok", "data": { "list": [{ "id": 1, "text": "市级" }, { "id": 2, "text": "上城区" }, { "id": 3, "text": "下城区" }, { "id": 4, "text": "江干区" }, { "id": 5, "text": "拱墅区" }, { "id": 6, "text": "西湖区" }, { "id": 7, "text": "滨江区" }, { "id": 8, "text": "萧山区" }, { "id": 9, "text": "余杭区" }, { "id": 10, "text": "富阳区" }, { "id": 11, "text": "开发区" }, { "id": 12, "text": "景区" }, { "id": 13, "text": "大江东" }, { "id": 14, "text": "临安市" }, { "id": 15, "text": "建德市" }, { "id": 16, "text": "桐庐县" }, { "id": 17, "text": "淳安县" }] } } <<< ~~~