批量打包
<p><strong>简要描述:</strong> </p>
<ul>
<li>批量打包接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://htzxtest.coli688.com/api/Interface/batchdownload</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Post </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">stepType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1 招标 2 发标 3 合同</td>
</tr>
<tr>
<td style="text-align: left;">busId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>业务数据id</td>
</tr>
<tr>
<td style="text-align: left;">contractSummary</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">数组对象</td>
<td>建议有改动再传,否则过程会很长 "contractSummary": {</td>
</tr>
</tbody>
</table>
<p> "TenderTitle": "关于中海九樾项目总包工程的招标",
"ProjectName": "中海九樾一期",
"CompanyName": "深圳公司",
"UserName": "张三"
}|
·</p>
<p><strong>返回示例</strong>
`statusCode :状态码; message:返回信息;data:返回业务数据 ;</p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;message&quot;: &quot;生成成功&quot;,
&quot;data&quot;: {
&quot;fileId&quot;: &quot;4888C871-F12D-4E74-33B1-7978C7BC5882&quot;, //文件标识
&quot;fileName&quot;: &quot; 地基处理工程招标及合同文件_133_20231204141911.zip&quot;,//文件名
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/BatchZip/ 地基处理工程招标及合同文件_133_20231204141911.zip&quot;,//文件路径
&quot;createDate&quot;: &quot;2023-12-04T14:19:19.578568+08:00&quot;, //文件生成时间
&quot;fileSize&quot;: 12297536,//文件大小,单位字节
&quot;contentType&quot;: &quot;application/x-zip-compressed&quot;//文件类型
}
}</code></pre>