获取实名信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取实名信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-real-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;">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> {
"msg": "获取成功",
"code": 600,
"data": {
"realName": "罗空白", // 真是姓名
"country": null, // 县区
"address": null, // 地址
"province": null, // 省
"bankCardImg": "http://pic.javaframework.cn//3aed247894c048708fb879b0c87e694b.jpg", // 银行卡图片
"city": null, //市
"cardBackImg": "http://pic.javaframework.cn//f8f8173ea1a643b884d0dfc6d545c099.jpg", // 身份证背面
"cardFrontImg": "http://pic.javaframework.cn//fa107f74a5404d03aa855e656d6175a0.jpg", // 身份证正面
"remark": null, // 审核原因
"cardWithPeopleImg": "http://pic.javaframework.cn//b9e811af60b148648a70446adc95a44e.jpg", // 手持身份证
"userName": "", // 昵称
"cardNo": "350111111111111111" // 身份证号
}
}</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>
<p>欢迎使用ShowDoc!</p>