兰禾

兰禾教育


文件上传

<h5>简要描述</h5> <ul> <li>文件上传</li> </ul> <h5>请求URL</h5> <ul> <li><code>/common/upload</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数 form-data</h5> <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;">是</td> <td style="text-align: left;">MultipartFile</td> <td>文件</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;fileName&amp;quot;: &amp;quot;/profile/upload/2023/09/19/熊猫_20230919184943A001.jpg&amp;quot;, &amp;quot;code&amp;quot;: 200, &amp;quot;newFileName&amp;quot;: &amp;quot;熊猫_20230919184943A001.jpg&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;http://localhost:18080/profile/upload/2023/09/19/熊猫_20230919184943A001.jpg&amp;quot;, &amp;quot;originalFilename&amp;quot;: &amp;quot;熊猫.jpg&amp;quot; }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML