多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### ## 接口名称 `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": "[]" } ~~~ 、、