获取表单数据含签字意见信息PDF
<p><strong>简要描述:</strong>
> 通过流程请求id获取流程表单数据含签字意见信息PDF</p>
<p><strong>维护人员:</strong>
> wea-amoy-peter</p>
<p><strong>请求URL:</strong></p>
<pre><code>http://oadev.itg.cn:8237/api/cus/flow/data/getFlowDataPdf</code></pre>
<p><strong>HTTP请求方式:</strong></p>
<pre><code>GET</code></pre>
<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;">requestid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>流程请求id,示例:300300</td>
</tr>
</tbody>
</table>
<p><strong>返回参数说明:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">api_status</td>
<td style="text-align: left;">boolean</td>
<td>API请求状态 true 或flase</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">String</td>
<td>文件名称</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">String</td>
<td>文件下载地址</td>
</tr>
</tbody>
</table>
<p><strong>返回参数示例:</strong></p>
<pre><code>{
&quot;api_status&quot;: true,
&quot;name&quot;: &quot;300300_pdf.pdf&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/customcode/tmpPdf/300300_pdf.pdf&quot;
}</code></pre>