🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### ## 接口名称 `Area/province` ### 接口描述 获取所有的省级地区列表 ### 演示地址 `http://URL/Area/province` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "area_id": "110000", "title": "北京市", "pid": "0", "sort": "1", "is_open": "1" }, { "area_id": "120000", "title": "天津市", "pid": "0", "sort": "2", "is_open": "0" }, { "area_id": "130000", "title": "河北省", "pid": "0", "sort": "3", "is_open": "0" } ] } 失败 { "status": 0, "list": "[]" } ~~~ 、、