首页初始化接口 ok
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>首页初始化接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.magicalday.cn/home/init</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:&quot;&quot;,
&quot;count&quot;:0,
&quot;data&quot;:{
&quot;uid&quot;:&quot;2&quot;,
&quot;hot_search_words&quot;:[
{
&quot;icon&quot;:&quot;https://img.meituan.net/groceryimages/c7e18a0d5e83080e0919615e25e7de2c32437.png&quot;,
&quot;title&quot;:&quot;热搜 1&quot;
},
{
&quot;icon&quot;:&quot;&quot;,
&quot;title&quot;:&quot;热搜 2&quot;
},
{
&quot;icon&quot;:&quot;&quot;,
&quot;title&quot;:&quot;热搜 3&quot;
},
{
&quot;icon&quot;:&quot;&quot;,
&quot;title&quot;:&quot;热搜 3&quot;
}
],
&quot;floating_layer&quot;:{
&quot;icon&quot;:&quot;&quot;,
&quot;url&quot;:&quot;&quot;
},
}</code></pre>
<h5>返回参数说明</h5>
<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;">hot_search_words</td>
<td style="text-align: left;">array</td>
<td>搜索热词</td>
</tr>
<tr>
<td style="text-align: left;">hot_search_words->icon</td>
<td style="text-align: left;">string</td>
<td>图标</td>
</tr>
<tr>
<td style="text-align: left;">hot_search_words->title</td>
<td style="text-align: left;">string</td>
<td>标题</td>
</tr>
<tr>
<td style="text-align: left;">floating_layer</td>
<td style="text-align: left;">array</td>
<td>首页浮层</td>
</tr>
<tr>
<td style="text-align: left;">floating_layer->icon</td>
<td style="text-align: left;">string</td>
<td>地址</td>
</tr>
<tr>
<td style="text-align: left;">floating_layer->url</td>
<td style="text-align: left;">string</td>
<td>跳转地址</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>