机构申请-查询区县
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询区县</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://47.93.115.228:9002/city/getAreaByCityCode</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">cityCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>市code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"MSG": "",
"STATE": "0",
"OBJECT": [
{
"CENTER": "115.204336,36.075204",
"CODE": "410923",
"ID": 3,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "南乐县"
},
{
"CENTER": "115.855681,35.996474",
"CODE": "410927",
"ID": 4,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "台前县"
},
{
"CENTER": "115.107287,35.902413",
"CODE": "410922",
"ID": 5,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "清丰县"
},
{
"CENTER": "115.504212,35.851977",
"CODE": "410926",
"ID": 6,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "范县"
},
{
"CENTER": "115.023844,35.710349",
"CODE": "410928",
"ID": 7,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "濮阳县"
},
{
"CENTER": "115.03184,35.760473",
"CODE": "410902",
"ID": 8,
"LEVEL": "district",
"PARENTCODE": "410900",
"NAME": "华龙区"
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>