配置获取
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/admin-api/config/welcome</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;id&quot;: 36,
&quot;poster_image&quot;: &quot;https://devs.pinzhihealth.com/uploads/miniqrcode/minicode_05f2ffe675004fc7a79a5a8c6256039e@200.png&quot;,//封面
&quot;video_path&quot;: &quot;https://devs.pinzhihealth.com/uploads/miniqrcode/minicode_05f2ffe675004fc7a79a5a8c6256039e@200.mp4&quot;,//视频
&quot;create_datetime&quot;: &quot;2025-03-11 16:21:19&quot;,
&quot;update_datetime&quot;: &quot;2025-03-11 16:21:19&quot;
},
&quot;code&quot;: 0
}</code></pre>