💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 一个 ~~~[api] post:/region/info *int:id=110000#省 / 市 /区 ID <<< success ~~~ ## 省份列表 ~~~[api] post:/region/prolist <<< success ~~~ ## 一个省份下市县列表 ~~~[api] post:/region/list *int:id=province_id#省ID <<< success { "code": 0, "info": "成功", "data": { "list": [{ "id": 110100, "area": "市辖区", "pid": 110000, "children": [{ "id": 110101, "area": "东城区", "pid": 110100 }] }, { "id": 110200, "area": "县", "pid": 110000, "children": [{ "id": 110228, "area": "密云县", "pid": 110200 }] }], "count": 0 } } ~~~