获取认证基础信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取认证基础信息接口</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/user/user/get-auth-info</code>
-B端 <code>http://xx.com/api/store/store/get-auth-info</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>C端token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
code:600
msg:&quot;获取成功&quot;
result:{
data:{
bank_info:&quot;&quot; // 收款账户
card_no:&quot;xxxx**********xxxx&quot; // 身份证
check_status:&quot;2&quot; // 认证状态 0:未认证 1:认证成功 2:待审核 3: 审核失败
check_status_name:&quot;待审核&quot;
real_name:&quot;*x&quot; // 真实姓名
user_pic:null // 头像
jzbStatus:1 // 0:未开户 1:已开户
}
}
}</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>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>