lottery

咕啦-彩票系统


获取认证基础信息

<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:&amp;quot;获取成功&amp;quot; result:{ data:{ bank_info:&amp;quot;&amp;quot; // 收款账户 card_no:&amp;quot;xxxx**********xxxx&amp;quot; // 身份证 check_status:&amp;quot;2&amp;quot; // 认证状态 0:未认证 1:认证成功 2:待审核 3: 审核失败 check_status_name:&amp;quot;待审核&amp;quot; real_name:&amp;quot;*x&amp;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>

页面列表

ITEM_HTML