查询拥有承运商的城市

## 查询拥有承运商的市 #### 地址 `/admin/queryCarrierCity` #### 请求方法 >post #### 请求头 >s #### 请求参数 |参数名|类型|必填|默认值|说明| |-|-|-|-|-| |id|int|Y||省id| #### 请求参数示例 >s #### 请求示例 ![image.png](https://cos.easydoc.net/54044950/files/k2yinh7v.png) #### 返回结果示例 ``` { "code": 200, "msg": "success", "result": [ { "id": 3301, "pid": 33, "name": "杭州", "areaid": null }, { "id": 3304, "pid": 33, "name": "嘉兴", "areaid": null } ] } ``` #### 返回结果参数 |参数名|类型|必填|默认值|说明| |-|-|-|-|-| |code|Integer|Y||响应状态码| |msg|String|Y||响应信息| |result|string|N||市对象|