个人三要素信息比对(发送验证码)
<p><strong>简要描述:</strong> </p>
<ul>
<li>个人三要素信息比对(发送验证码)接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/service/rest/v1/realname/person/telecom/info</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;">mobile</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>个人</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>姓名</td>
</tr>
<tr>
<td style="text-align: left;">idno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>身份证</td>
</tr>
<tr>
<td style="text-align: left;">reRealName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">boolean</td>
<td>是否重新实名,默认false</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>请求来源,例如:’esign’</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>http://ip:port/service/rest/v1/realname/person/telecom/info
{
&quot;mobile&quot;:&quot;15869154156&quot;,
&quot;name&quot;:&quot;李苏婵&quot;,
&quot;idno&quot;:&quot;330327199402152001&quot;,
&quot;reRealName&quot;:true,
&quot;source&quot;:&quot;esign&quot;
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;success&quot;: true,
&quot;msg&quot;: &quot;成功&quot;,
&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>
</tbody>
</table>
<p><strong>错误码说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">错误码</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">5002001</td>
<td style="text-align: left;">不存在印章绑定关系</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>