获取认证基础信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/review-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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>``` {
code:600
msg:"认证基础信息"
result:{
cert_status:"1"
consignee_card:"2*<strong><strong><strong>****</strong></strong></strong>2"
consignee_name:"*休息"
store_img:"/lottery_images/17070411305414q99s1NlF767W4854_a8014c086e061d95df89434571f40ad163d9ca84.jpg"
}
}</p>
<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;">cert_status</td>
<td style="text-align: left;">string</td>
<td>认证状态 1、未认证 2、审核中 3、已通过 4、未通过</td>
</tr>
<tr>
<td style="text-align: left;">consignee_name</td>
<td style="text-align: left;">string</td>
<td>运营者姓名,</td>
</tr>
<tr>
<td style="text-align: left;">consignee_card</td>
<td style="text-align: left;">string</td>
<td>运营者证件</td>
</tr>
<tr>
<td style="text-align: left;">bank</td>
<td style="text-align: left;">string</td>
<td>开户行 + 卡号</td>
</tr>
<tr>
<td style="text-align: left;">store_img</td>
<td style="text-align: left;">string</td>
<td>门店图片</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>