🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 分级获取区域数据(UIA接口) +++ get:/api/v1/area/getAreaTree pid#上级区域id,不传取省级数据 <<< success { "status": 1, "info": "success", "data": [ { "id": 910022, "name": "章丘市", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370101, "name": "市辖校", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370102, "name": "历下区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370103, "name": "市中区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370104, "name": "槐荫区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370105, "name": "天桥区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370112, "name": "历城区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370113, "name": "长清区", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370124, "name": "平阴县", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370125, "name": "济阳县", "rank": null, "pid": 370100, "isParent": "true" }, { "id": 370126, "name": "商河县", "rank": null, "pid": 370100, "isParent": "true" } ] } <<< error { "status": 0, "info": "操作失败", "data": [] } +++