进仓出仓相关文件获取
<p>获取出仓相关文件</p>
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.drtool.com:9398/api/open/schedule/general/get_in_out_files</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th>字段名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>apikey</td>
<td>12313800</td>
<td>是</td>
<td>string</td>
<td>apikey</td>
</tr>
<tr>
<td>timestamp</td>
<td>132428512</td>
<td>是</td>
<td>string</td>
<td>时间戳</td>
</tr>
<tr>
<td>sign</td>
<td>12964e38e853c465d656bb9999dd</td>
<td>是</td>
<td>string</td>
<td>签名</td>
</tr>
<tr>
<td>accept</td>
<td>application/json</td>
<td>是</td>
<td>string</td>
<td>accept</td>
</tr>
<tr>
<td>content-type</td>
<td>application/json;charset=UTF-8</td>
<td>是</td>
<td>string</td>
<td>content-type</td>
</tr>
<tr>
<td>lang</td>
<td>en-us</td>
<td>是</td>
<td>string</td>
<td>lang</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;reference_no&quot;: &quot;149503276073&quot;,
&quot;reservation_no&quot;: &quot;Y280304171X8953&quot;,
&quot;file_type&quot;: &quot;C_001&quot;
}</code></pre>
<h5>请求json字段说明</h5>
<table>
<thead>
<tr>
<th>字段名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>reference_no</td>
<td>否</td>
<td>string</td>
<td>参考单号,与系统单号二选一</td>
</tr>
<tr>
<td>reservation_no</td>
<td>否</td>
<td>string</td>
<td>系统单号,与参考单号二选一</td>
</tr>
<tr>
<td>file_no</td>
<td>是</td>
<td>string</td>
<td>文件类型,C_001: 落货纸,C_002:出仓单</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;status&quot;: true,
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;获取文件成功&quot;,
&quot;time&quot;: 1747986827,
&quot;data&quot;: [
{
&quot;name&quot;: &quot;落货纸&quot;,
&quot;code&quot;: &quot;C_001&quot;,
&quot;url&quot;: &quot;http://192.168.100.116:25001/uploads/schedule/Y25030417158953_1747986827_落货纸.xlsx&quot;
}
],
&quot;log_id&quot;: &quot;c51009a6bf9997011fe083bc7c195616&quot;
}</code></pre>
<h5>成功返回示例的参数说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>status</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>code</td>
<td>string</td>
<td>1:成功 ,0: 失败</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>提示信息</td>
</tr>
<tr>
<td>time</td>
<td>string</td>
<td>请求时间戳</td>
</tr>
<tr>
<td>data.name</td>
<td>string</td>
<td>文件类型名称</td>
</tr>
<tr>
<td>data.code</td>
<td>string</td>
<td>代码</td>
</tr>
<tr>
<td>data.url</td>
<td>string</td>
<td>文件路径</td>
</tr>
<tr>
<td>url</td>
<td>string</td>
<td>文件下载地址</td>
</tr>
<tr>
<td>log_id</td>
<td>string</td>
<td>日志ID</td>
</tr>
</tbody>
</table>
<h5>失败返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;授权信息错误&quot;,
&quot;data&quot;: [],
&quot;track_id&quot;: &quot;c89e2eb69734e100934a830167fe7f1a&quot;
}</code></pre>
<h5>失败返回示例的参数说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>1:成功 ,0: 失败</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>提示信息</td>
</tr>
<tr>
<td>data</td>
<td>array</td>
<td>数据</td>
</tr>
<tr>
<td>track_id</td>
<td>string</td>
<td>日志ID</td>
</tr>
</tbody>
</table>
<h5>备注</h5>