证书签署-导出交维表
<p>[TOC]</p>
<h5>简要描述</h5>
<p>导出项目下所有已签署的交维表,针对多个设备共用一个交维表去重,打包为一个zip文件。</p>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8095/zhejiang-cm/zjrw/certSign/exportMaintainTable</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>入参</h5>
<pre><code>{
&quot;topCont&quot;: {
&quot;svcCode&quot;: &quot;BSS&quot;,
&quot;reqTime&quot;: &quot;2024-09-24 23:12:05&quot;,
&quot;version&quot;: &quot;V1.0&quot;,
&quot;appChl&quot;: &quot;&quot;,
&quot;appSecret&quot;: &quot;&quot;
},
&quot;svcCont&quot;: {
&quot;entity&quot;: {
&quot;projectCode&quot;: &quot;ZJRW2024Test0812&quot;
},
&quot;userId&quot;: &quot;1&quot;
}
}</code></pre>
<h5>参数</h5>
<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;">projectCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>项目编码</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>无</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>