级联查询areaCode及名称接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>级联查询areaCode及名称接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost/app_center/areaNew/queryAreaInf.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">areaParentId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>上一级地区码</td>
</tr>
<tr>
<td style="text-align: left;">areaType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>中信实时支付宝/微信传citic,间连支付宝传indirectzfb</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
head: {
rd: &quot;0&quot;,
rm: &quot;成功&quot;
},
body: {
removeCacheKey: null,
fromCache: null,
errCode: null,
errMessage: null,
provinceList: [
{
areaCode: &quot;110000&quot;,
areaName: &quot;北京&quot;
},
{
areaCode: &quot;120000&quot;,
areaName: &quot;天津&quot;
},
{
areaCode: &quot;130000&quot;,
areaName: &quot;河北省&quot;
},
{
areaCode: &quot;140000&quot;,
areaName: &quot;山西省&quot;
},
{
areaCode: &quot;150000&quot;,
areaName: &quot;内蒙古自治区&quot;
},
{
areaCode: &quot;210000&quot;,
areaName: &quot;辽宁省&quot;
},
{
areaCode: &quot;220000&quot;,
areaName: &quot;吉林省&quot;
},
{
areaCode: &quot;230000&quot;,
areaName: &quot;黑龙江省&quot;
},
{
areaCode: &quot;310000&quot;,
areaName: &quot;上海&quot;
},
{
areaCode: &quot;320000&quot;,
areaName: &quot;江苏省&quot;
},
{
areaCode: &quot;330000&quot;,
areaName: &quot;浙江省&quot;
},
{
areaCode: &quot;340000&quot;,
areaName: &quot;安徽省&quot;
},
{
areaCode: &quot;350000&quot;,
areaName: &quot;福建省&quot;
},
{
areaCode: &quot;360000&quot;,
areaName: &quot;江西省&quot;
},
{
areaCode: &quot;370000&quot;,
areaName: &quot;山东省&quot;
},
{
areaCode: &quot;410000&quot;,
areaName: &quot;河南省&quot;
},
{
areaCode: &quot;420000&quot;,
areaName: &quot;湖北省&quot;
},
{
areaCode: &quot;430000&quot;,
areaName: &quot;湖南省&quot;
},
{
areaCode: &quot;440000&quot;,
areaName: &quot;广东省&quot;
},
{
areaCode: &quot;450000&quot;,
areaName: &quot;广西壮族自治区&quot;
},
{
areaCode: &quot;460000&quot;,
areaName: &quot;海南省&quot;
},
{
areaCode: &quot;500000&quot;,
areaName: &quot;重庆&quot;
},
{
areaCode: &quot;510000&quot;,
areaName: &quot;四川省&quot;
},
{
areaCode: &quot;520000&quot;,
areaName: &quot;贵州省&quot;
},
{
areaCode: &quot;530000&quot;,
areaName: &quot;云南省&quot;
},
{
areaCode: &quot;540000&quot;,
areaName: &quot;西藏自治区&quot;
},
{
areaCode: &quot;610000&quot;,
areaName: &quot;陕西省&quot;
},
{
areaCode: &quot;620000&quot;,
areaName: &quot;甘肃省&quot;
},
{
areaCode: &quot;630000&quot;,
areaName: &quot;青海省&quot;
},
{
areaCode: &quot;640000&quot;,
areaName: &quot;宁夏回族自治区&quot;
},
{
areaCode: &quot;650000&quot;,
areaName: &quot;新疆维吾尔自治区&quot;
},
{
areaCode: &quot;710000&quot;,
areaName: &quot;台湾省&quot;
},
{
areaCode: &quot;810000&quot;,
areaName: &quot;香港特别行政区&quot;
},
{
areaCode: &quot;820000&quot;,
areaName: &quot;澳门特别行政区&quot;
}
]
}
}</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>
<tr>
<td style="text-align: left;">provinceList</td>
<td style="text-align: left;">List</td>
<td>城市列表</td>
</tr>
<tr>
<td style="text-align: left;">areaCode</td>
<td style="text-align: left;">String</td>
<td>地区码</td>
</tr>
<tr>
<td style="text-align: left;">areaName</td>
<td style="text-align: left;">String</td>
<td>地区名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>