文件下载接口文档
<pre><code class="language-text">暂无描述</code></pre>
<p><strong>接口状态</strong></p>
<p>> 开发中</p>
<p><strong>接口URL</strong></p>
<p>> <a href="http://域名/subassembly/su/c/v1/file/download?path=https://commonhzv3.2dmeeting.cn/Subassembly/c441397f-d0bd-43c4-90aa-1a0aa42dae79.png&fileName=1.png">http://域名/subassembly/su/c/v1/file/download?path=https://commonhzv3.2dmeeting.cn/Subassembly/c441397f-d0bd-43c4-90aa-1a0aa42dae79.png&fileName=1.png</a></p>
<p><strong>请求方式</strong></p>
<p>> GET</p>
<p><strong>Content-Type</strong></p>
<p>> none</p>
<p><strong>请求Header参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>x-tenant-code</td>
<td>hzkj</td>
<td>String</td>
<td>否</td>
<td>租户code</td>
</tr>
<tr>
<td>Content-Type</td>
<td>application/json</td>
<td>String</td>
<td>否</td>
<td>内容类型</td>
</tr>
<tr>
<td>x-request-id</td>
<td>ce0e40a9-2df7-4f16-861f-a7946127f30a</td>
<td>String</td>
<td>否</td>
<td>请求唯一ID</td>
</tr>
<tr>
<td>x-timestamp</td>
<td>1724990364948</td>
<td>String</td>
<td>否</td>
<td>时间戳</td>
</tr>
<tr>
<td>x-auth</td>
<td>iP3pViWOBOAQA5hdylDDd</td>
<td>String</td>
<td>否</td>
<td>签名</td>
</tr>
</tbody>
</table>
<p><strong>请求Query参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>path</td>
<td><a href="https://commonhzv3.2dmeeting.cn/Subassembly/2385d8a0-15d3-4f84-af50-6b591dd09234.png">https://commonhzv3.2dmeeting.cn/Subassembly/2385d8a0-15d3-4f84-af50-6b591dd09234.png</a></td>
<td>String</td>
<td>是</td>
<td>文件url</td>
</tr>
<tr>
<td>fileName</td>
<td>首页图标.png</td>
<td>String</td>
<td>是</td>
<td>文件名称</td>
</tr>
</tbody>
</table>
<p><strong>响应示例</strong></p>
<ul>
<li>成功(200)</li>
</ul>
<pre><code class="language-javascript">文件流![](https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=9733d7b72d632626d2f07c25f9a3fe11&amp;file=file.png)</code></pre>
<ul>
<li>失败(404)</li>
</ul>
<pre><code class="language-javascript">{
&quot;code&quot;: 1601,
&quot;data&quot;: null,
&quot;desc&quot;: &quot;文件不存在&quot;,
&quot;ex&quot;: null,
&quot;refreshPermission&quot;: false
}</code></pre>