获取实名资料
<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> {
"code": 600,
"msg":"获取成功",
"result": {
"cust_no": "IL000001",
"authen_status": "0", // 0:未认证 1:认证成功 2:待审核 3:审核失败
"authen_remark": "",//审核说明
"real_name": "" ,//会员真实姓名
"ID_no": "1436864169",//会员身份证号
"ID_pic1": "0",//身份证正面
"ID_pic2": "0",//身份证反面
"ID_pic3": "0",//手持身份证正面
"ID_pic4": "0",//手持身份证反面
"bank_no": "0",// 银行卡号
"bank_name": "0", // 开户行
"bank_province": "0",// 开户省份
"bank_branch": "0",// 开户支行
"bank_tel": "0",//预留电话
}
}</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>