获取实名认证信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/user/user/get-real-name</code>
-C端 <code>http://xx.com/api/store/store/get-real-name</code><br />
<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;">Token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;code&quot;: 600,
&quot;data&quot;: {
&quot;realName&quot;: &quot;罗空白&quot;, // 真是姓名
&quot;country&quot;: null, // 县区
&quot;address&quot;: null, // 地址
&quot;province&quot;: null, // 省
&quot;bankCardImg&quot;: &quot;http://pic.javaframework.cn//3aed247894c048708fb879b0c87e694b.jpg&quot;, // 银行卡图片
&quot;city&quot;: null, //市
&quot;cardBackImg&quot;: &quot;http://pic.javaframework.cn//f8f8173ea1a643b884d0dfc6d545c099.jpg&quot;, // 身份证背面
&quot;cardFrontImg&quot;: &quot;http://pic.javaframework.cn//fa107f74a5404d03aa855e656d6175a0.jpg&quot;, // 身份证正面
&quot;remark&quot;: null, // 审核原因
&quot;cardWithPeopleImg&quot;: &quot;http://pic.javaframework.cn//b9e811af60b148648a70446adc95a44e.jpg&quot;, // 手持身份证
&quot;userName&quot;: &quot;&quot;, // 昵称
&quot;cardNo&quot;: &quot;350111111111111111&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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>