订单等城市下拉选择器

# 接口地址:HOST ``` http://dx.uidiot.cn/api/ ``` ### 省选择器: method: GET ``` host + city-select/province ``` ### 返回结果 ``` { "success": true, "code": 0, "msg": "", "data": [ { "id": 1, "name": "江苏省" } ] } ``` ### 市选择器: method: GET ``` host + city-select/city ``` ##### 参数 Name |type |Des --- |:--: |---: pid |int | 省id ##### 返回同省 ### 区选择器: method: GET ``` host + city-select/country ``` ##### 参数 Name |type |Des --- |:--: |---: pid |int | 市id