图片上传
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/admin-api/upload</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></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;">file</td>
<td style="text-align: left;">require,filesize:104857600,fileExt:jpg,jpeg,png</td>
<td style="text-align: left;">file</td>
<td>文件</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;path&quot;: &quot;https://s.kbcare.cn/uploads/20240822/3344e4301d73fe5c9e89dab05632eacf.png&quot;,//绝对地址
},
&quot;code&quot;: 0
}</code></pre>