标准签


绑定ukey证书

<p><strong>简要描述:</strong> </p> <ul> <li>绑定ukey证书</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li>` <a href="http://ip:port/service/rest/v1/cert/ukey/bind">http://ip:port/service/rest/v1/cert/ukey/bind</a></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;">certBase64</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>Ukey证书base64</td> </tr> <tr> <td style="text-align: left;">accountUid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户的accountUid, 登录状态下时默认为当前登录人的accountUid,这种情况可不传值</td> </tr> <tr> <td style="text-align: left;">source</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>请求来源, 例如:’dingding’ , ’esign’ , ’esign_h5’ , ’alipay’</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code>- ` http://ip:port/service/rest/v1/cert/ukey/bind { &amp;quot;source&amp;quot;:&amp;quot;esign&amp;quot;, &amp;quot;certBase64&amp;quot;:&amp;quot;xxxxxxx&amp;quot; } </code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;total&amp;quot;: null, &amp;quot;errCode&amp;quot;: 0, &amp;quot;errShow&amp;quot;: false, &amp;quot;data&amp;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> </tbody> </table>

页面列表

ITEM_HTML