全国行政区域代码-全量查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>全国行政区域代码-全量查询</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>API地址: <a href="https://open-beta.56yzm.com:8443">https://open-beta.56yzm.com:8443</a> (不同的环境,不同的API地址)</li>
<li>请求地址:/open-api/location/position/gaode/getGaoDeDistrictVoList</li>
</ul>
<p><strong>请求头数据 </strong></p>
<ul>
<li>Content-Type : application/json;charset=UTF-8 </li>
<li>Authorization: Bearer {your_access_token} </li>
</ul>
<p><strong>入参参数:</strong> </p>
<p>无</p>
<p><strong>入参示例</strong></p>
<p>无</p>
<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;">adCode</td>
<td style="text-align: left;">string</td>
<td>省市区code(唯一值)</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>省市区名称</td>
</tr>
<tr>
<td style="text-align: left;">level</td>
<td style="text-align: left;">string</td>
<td>省市区级别(province 省,city 市,district 区)</td>
</tr>
<tr>
<td style="text-align: left;">childrenList</td>
<td style="text-align: left;">array</td>
<td>下级菜单</td>
</tr>
</tbody>
</table>
<p><strong>出参示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: [
{
&quot;adCode&quot;: &quot;string&quot;,
&quot;name&quot;: &quot;string&quot;,
&quot;level&quot;: &quot;string&quot;,
&quot;childrenList&quot;: []
}
]
}</code></pre>