配置获取
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/admin-api/config/layout-index</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">校验规则</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;banner&quot;: [
{
&quot;type&quot;:&quot;image&quot;,
&quot;config&quot;:{
&quot;title&quot;:&quot;纯图&quot;,
&quot;path&quot;:&quot;&quot;//图片地址
}
},
{
&quot;type&quot;:&quot;service&quot;,
&quot;config&quot;:{
&quot;title&quot;:&quot;指定服务类&quot;,
&quot;type&quot;:&quot;target&quot;,
&quot;value&quot;:15,//服务类id
&quot;path&quot;:&quot;&quot;
}
},
{
&quot;type&quot;:&quot;service&quot;,
&quot;config&quot;:{
&quot;title&quot;:&quot;指定服务类分类&quot;,
&quot;type&quot;:&quot;sort&quot;,
&quot;value&quot;:15,//服务类分类id
&quot;path&quot;:&quot;&quot;
}
},
],
&quot;business&quot;: [//业务区配置 格式自定义
{
&quot;icon&quot;: &quot;&quot;,
&quot;title&quot;: &quot;MDT&quot;
}
]
},
&quot;code&quot;: 0
}</code></pre>