通过文件id下载文件
<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>通过文件id下载文件</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://127.0.0.1:8001/file/fileInfo/downLoad/{fileId}</code></p>
<p><strong>请求方式:</strong>
<code>GET</code></p>
<p><strong>Content-Type:</strong>
<code>无</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>fileId</td>
<td>int64</td>
<td>No comments found.</td>
<td>true</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>http://127.0.0.1:8001/file/fileInfo/downLoad/258</code></pre>
<p><strong>返回示例:</strong></p>
<pre><code>This api return nothing.</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>