热门城市
<p>[TOC]
</p>
<h5>简要描述</h5>
<ul>
<li>获取热门城市列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:12345/api/city/hot</code>
<h5>请求方式</h5></li>
<li>GET </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;获取热门城市列表成功!&quot;,
&quot;data&quot;: [
{
&quot;name&quot;: &quot;北京&quot;
},
{
&quot;name&quot;: &quot;上海&quot;
},
{
&quot;name&quot;: &quot;广州&quot;
},
。。。
]
}</code></pre>