获取实名回填信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取实名回填信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-auth-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": {
"realName": "罗培升",
"country": "湖里区",
"address": "马垅社",
"province": "福建省",
"bankCardImg": "http://pic.goodluckchina.net/f953f9d5-e80d-4d8d-a0c6-785083203ff9.jpg",
"city": "厦门市",
"cardBackImg": "http://pic.goodluckchina.net/a4332b81-6e46-47c5-b4b5-8eec29f449e7.jpg",
"cardFrontImg": "https://pic.goodluckchina.net/11c197aa-3acd-42a8-b6b5-d7565b105fc0.jpg",
"remark": "持照人与证件本人不相符!",
"cardWithPeopleImg": "http://pic.goodluckchina.net/af35bee0-99ee-4cd8-a206-6affed0f9d35.jpg",
"userName": "Empty 小铺",
"cardNo": "350825199006150715"
}
}</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>