获取省/市/区三级联动信息
<p><strong>简要描述</strong>:</p>
<ul>
<li>省市区三级联动信息</li>
</ul>
<p><strong>请求URL:</strong>:</p>
<ul>
<li><a href="http://127.0.0.1:8080/api/area/getAreaList">http://127.0.0.1:8080/api/area/getAreaList</a></li>
</ul>
<p><strong>请求方式:</strong>:</p>
<ul>
<li>GET</li>
</ul>
<p><strong>Header</strong></p>
<pre><code></code></pre>
<p><strong>返回示例</strong>:</p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: [{
&quot;id&quot;: 2930,
&quot;code&quot;: 610000,----------省份编码
&quot;name&quot;: &quot;陕西省&quot;---------省区名称
&quot;pid&quot;: 0,-------父id
&quot;level&quot;: &quot;1&quot;,--------级别
&quot;code&quot;: 610000,----------编码
&quot;pinyin&quot;: &quot;shanxi&quot;,----------拼音
&quot;lng&quot;: &quot;108.95424&quot;,----------经度
&quot;lat&quot;: &quot;34.26486&quot;,-----------纬度
&quot;children&quot;: [{--------------------子类集合
&quot;id&quot;: &quot;42058&quot;,
&quot;pid&quot;: 40824,
&quot;level&quot;: &quot;2&quot;,
&quot;name&quot;: &quot;安康市&quot;,
&quot;code&quot;: 610900,
&quot;pinyin&quot;: &quot;ankang&quot;,
&quot;lng&quot;: &quot;109.02932&quot;,
&quot;lat&quot;: &quot;32.68486&quot;,
&quot;children&quot;: [{
&quot;id&quot;: &quot;42059&quot;,
&quot;pid&quot;: 42058,
&quot;level&quot;: &quot;3&quot;,
&quot;name&quot;: &quot;汉滨区&quot;,
&quot;code&quot;: 610902,
&quot;pinyin&quot;: &quot;hanbinqu&quot;,
&quot;lng&quot;: &quot;109.02697&quot;,
&quot;lat&quot;: &quot;32.6955&quot;,
&quot;childList&quot;: null
}]
]]
}</code></pre>
<p><strong>备注</strong>:</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>