上传
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/upload</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>multipart/form-data</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</td>
<td style="text-align: left;">file</td>
<td>文件对象</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;path&quot;: &quot;/uploads/20241021/6172afff2f721d4423420c0647067f7f.png&quot;,//相对路径(存储部分)
&quot;media_host&quot;: &quot;https://2025vip.haswallow.com&quot;//资源所属域名
},
&quot;code&quot;: 0
}</code></pre>