模板文件生成合并pdf
<p><strong>简要描述:</strong> </p>
<ul>
<li>生成合并PDF文件接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://htzxtest.coli688.com/api/Interface/mergepdf</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>建议有改动再传,否则过程会很长 {</td>
</tr>
</tbody>
</table>
<pre><code>&quot;ContractSummary&quot;:[{
&quot;BookmarkName&quot;: &quot;workname&quot;, //书签名|字段名称
&quot;FormType&quot;: 1, //书签|字段类型 1:文本框,2:下拉框,3:开关控件,4:表格,5:图片(上传控件),6:单选,7:多选,8:时间,9:时间区间
&quot;Name&quot;: &quot;文档名称&quot;, //表单label
&quot;Value&quot;: &quot;&quot;, /// 表单Value,object类型,FormType决定, 例如:多选类型:[{&quot;label&quot;: &quot;英文&quot;, &quot;value&quot;: 1}],时间区间:时间1至时间2,&quot;至&quot;隔开
}]</code></pre>
<p>}|
·</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;message&quot;: &quot;生成成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: &quot;a2937b68-248b-4dd0-2fa8-08dbf58e0ef8&quot;,
&quot;fileName&quot;: &quot;1_CC测试招标01.pdf&quot;,
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/MergePdf/529_05 地基处理工程招标及合同文件模板/1_CC测试招标01.pdf&quot;,
&quot;createDate&quot;: &quot;2023-12-05T20:31:03.0633303+08:00&quot;,
&quot;fileSize&quot;: 1485247,
&quot;contentType&quot;: &quot;application/pdf&quot;
},
{
&quot;id&quot;: &quot;e27e36fa-0fa9-4816-2fa9-08dbf58e0ef8&quot;,
&quot;fileName&quot;: &quot;2_CC测试招标01.pdf&quot;,
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/MergePdf/529_05 地基处理工程招标及合同文件模板/2_CC测试招标01.pdf&quot;,
&quot;createDate&quot;: &quot;2023-12-05T20:31:04.4059121+08:00&quot;,
&quot;fileSize&quot;: 430498,
&quot;contentType&quot;: &quot;application/pdf&quot;
},
{
&quot;id&quot;: &quot;e6e323e4-8dc2-497f-2faa-08dbf58e0ef8&quot;,
&quot;fileName&quot;: &quot;3_CC测试招标01.pdf&quot;,
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/MergePdf/529_05 地基处理工程招标及合同文件模板/3_CC测试招标01.pdf&quot;,
&quot;createDate&quot;: &quot;2023-12-05T20:31:05.744847+08:00&quot;,
&quot;fileSize&quot;: 1371287,
&quot;contentType&quot;: &quot;application/pdf&quot;
},
{
&quot;id&quot;: &quot;23702c80-4d22-4c03-2fab-08dbf58e0ef8&quot;,
&quot;fileName&quot;: &quot;4_CC测试招标01.pdf&quot;,
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/MergePdf/529_05 地基处理工程招标及合同文件模板/4_CC测试招标01.pdf&quot;,
&quot;createDate&quot;: &quot;2023-12-05T20:31:07.0872387+08:00&quot;,
&quot;fileSize&quot;: 104252,
&quot;contentType&quot;: &quot;application/pdf&quot;
},
{
&quot;id&quot;: &quot;08be7290-c465-4d39-2fac-08dbf58e0ef8&quot;,
&quot;fileName&quot;: &quot;5_CC测试招标01.pdf&quot;,
&quot;filePath&quot;: &quot;/UploadFile/CostSystem/Tenders/MergePdf/529_05 地基处理工程招标及合同文件模板/5_CC测试招标01.pdf&quot;,
&quot;createDate&quot;: &quot;2023-12-05T20:31:08.7147853+08:00&quot;,
&quot;fileSize&quot;: 26737965,
&quot;contentType&quot;: &quot;application/pdf&quot;
}
]
}</code></pre>