重新发起印章审批
<p><strong>简要描述:</strong> </p>
<ul>
<li>重新发起印章审批</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/service/rest/v1/approve_record/seal</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>PUT
<strong>参数示例:</strong></li>
</ul>
<pre><code>{
&quot;id&quot;: &quot;13719b24-31ed-4f72-b7fc-e871f58246e3&quot;,
&quot;source&quot;: &quot;dingding&quot;,
&quot;orgAccountUid&quot;: &quot;2A4C492FF38F441BAAA49FDFDF19C265&quot;,
&quot;accountUid&quot;: &quot;28AE0E0EFEC74A09B9647E9F05BE56A0&quot;,
&quot;token&quot;: &quot;88621148-cd3d-42bc-9457-3a1bbf5c15c2&quot;,
&quot;equipId&quot;: &quot;ding19db1f9dd-1bdc-4c56-8727-1b21dbefd275&quot;
}</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>
<th>校验</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>approve_record_id(审批记录表id)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;成功&quot;,
&quot;total&quot;: null,
&quot;errCode&quot;: 0,
&quot;errShow&quot;: false,
&quot;data&quot;: {}
}</code></pre>
<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;">errCode</td>
<td style="text-align: left;">int</td>
<td>0表示成功</td>
</tr>
</tbody>
</table>