文件服务

party-file


文件上传

<p>欢迎使用July-Doc!</p> <p><strong>控制器描述:</strong></p> <ul> <li>文件资源表 前端控制器</li> </ul> <p><strong>作者:</strong></p> <ul> <li>zengxueqi</li> </ul> <p><strong>创建时间:</strong></p> <ul> <li>2024/8/23</li> </ul> <p><strong>简要描述:</strong></p> <ul> <li>文件上传</li> </ul> <p><strong>请求URL:</strong> <code>http://127.0.0.1:8001/file/fileInfo/; http://127.0.0.1:8001/file/fileInfo/upload</code></p> <p><strong>请求方式:</strong> <code>POST</code></p> <p><strong>Content-Type:</strong> <code>multipart/form-data</code></p> <p><strong>参数:</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>描述</th> <th>必填项</th> <th>版本</th> </tr> </thead> <tbody> <tr> <td>file</td> <td>array</td> <td>No comments found.</td> <td>true</td> <td>-</td> </tr> <tr> <td>dirIds</td> <td>string</td> <td>No comments found.</td> <td>true</td> <td>-</td> </tr> </tbody> </table> <p><strong>参数示例:</strong></p> <pre><code>Use FormData upload files.</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>描述</th> <th>版本</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>int32</td> <td>涓氬姟閿欒鐮?</td> <td>-</td> </tr> <tr> <td>msg</td> <td>string</td> <td>鎻忚堪</td> <td>-</td> </tr> <tr> <td>content</td> <td>object</td> <td>缁撴灉闆?</td> <td>-</td> </tr> <tr> <td>└─fileId</td> <td>int64</td> <td>文件id</td> <td>-</td> </tr> <tr> <td>└─name</td> <td>string</td> <td>文件原名</td> <td>-</td> </tr> <tr> <td>└─fileName</td> <td>string</td> <td>文件名称</td> <td>-</td> </tr> <tr> <td>└─suffix</td> <td>string</td> <td>文件后缀</td> <td>-</td> </tr> <tr> <td>└─size</td> <td>int64</td> <td>文件大小</td> <td>-</td> </tr> <tr> <td>└─putTime</td> <td>int64</td> <td>上传时间</td> <td>-</td> </tr> <tr> <td>└─url</td> <td>string</td> <td>文件访问地址</td> <td>-</td> </tr> </tbody> </table> <p><strong>返回示例:</strong></p> <pre><code>{ &amp;quot;code&amp;quot;:0, &amp;quot;msg&amp;quot;:处理成功, &amp;quot;content&amp;quot;:[ { &amp;quot;fileId&amp;quot;:583, &amp;quot;name&amp;quot;:&amp;quot;绍齐.毛&amp;quot;, &amp;quot;fileName&amp;quot;:&amp;quot;绍齐.毛&amp;quot;, &amp;quot;suffix&amp;quot;:&amp;quot;sgshwl&amp;quot;, &amp;quot;size&amp;quot;:705, &amp;quot;putTime&amp;quot;:1726121710153, &amp;quot;url&amp;quot;:&amp;quot;www.xn---xn--6f4a-9h4qm03f.com&amp;quot; } ] }</code></pre> <p><strong>备注</strong></p> <ul> <li>暂无错误代码描述信息</li> </ul>

页面列表

ITEM_HTML