首页布局
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/config/layout-index</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;banner&quot;: [],//轮播图 json格式自定
&quot;business&quot;: []//业务区 json格式自定
},
&quot;code&quot;: 0
}</code></pre>