获取认证信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取认证信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-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>
<pre><code> code:600
msg:&quot;认证信息&quot;
result:{
address:&quot;这么大型设计&quot; // 详细地址
area:&quot;东城区&quot; // 所在区
business_license:&quot;asd&quot; // 营业执照号
business_license_img:&quot;http://php.javaframework.cn/img/store/gl00004278/170713085759_1212.jpg&quot;// 营业执照图片
cert_status:&quot;1&quot; // 认证状态 1、未认证 2、审核中 3、已通过 4、未通过
city:&quot;北京市&quot; // 所在市
coordinate:&quot;xxxx&quot; // 门店经纬度
close_time:&quot;22:30:00&quot; // 关店时间
company_name:&quot;asdf&quot; // 公司名称
competing_img:&quot;http://php.javaframework.cn/store/gl00004278/gl00004278_170711175124_compet.jpg&quot; // 竞彩样票
consignee_card:&quot;350322198304202210&quot; // 代销者证件号
consignee_card_img1:&quot;http://php.javaframework.cn/img/store/gl00004278/170713101543_consignee_card_img1_170713101543&quot; // 代销者证件正面
consignee_card_img2:&quot;http://php.javaframework.cn/img/store/gl00004278/170713093246_consignee_card_img2_170713093246&quot; // 代销者证件反面
consignee_card_img3:&quot;http://php.javaframework.cn/img/store/gl00004278/170713093351_consignee_card_img3_170713093351&quot; //代销者手持证件正面
consignee_card_img4:&quot;http://php.javaframework.cn/img/store/gl00004278/170712061759_IMG_7965.jpg&quot; // 代销者手持证件反面
consignee_img:&quot;http://php.javaframework.cn/store/gl00004278/gl00004278_170712182312_consignee.jpg&quot; //代销资质图片 正面
consignee_name:&quot;你是我的&quot; //代销者名字
football_img:&quot;http://php.javaframework.cn/store/gl00004278/gl00004278_170711141109_football.jpg&quot; //足彩票样
north_single_img:null //北单票样
now_owner_card:&quot;qwer&quot; // 现业主证件号
now_owner_name:&quot;qwer&quot; // 现业主姓名
old_owner_card:&quot;qwer&quot; //原业主证件号
old_owner_card_img1:&quot;http://php.javaframework.cn/img/store/gl00004278/170713101349_old_owner_card_img1_170713101349&quot; // 原业主证件正面
old_owner_card_img2:&quot;http://php.javaframework.cn/store/gl00004278/gl00004278_170711140933_old_owner_card_2.jpg&quot; // 原业主证件反面
old_owner_name:&quot;qwer&quot; // 原业主姓名
open_time:&quot;08:30:00&quot; // 开店时间
operator_card:&quot;asdf&quot; // 运营者证件号
operator_name:&quot;asdf&quot; // 运营者姓名
province:&quot;北京市&quot; // 所在省
sports_consignee_code:&quot;3344444455&quot; // 体彩代销资格证号
sports_fre_img:null // 体彩高频彩票样
sports_nums_img:null // 体彩数字彩票样
store_name:&quot;xxx小铺&quot; // 门店名称
welfare_consignee_code:&quot;55556666&quot; // 福彩代销资格证号
welfare_fre_img:null // 福彩高频彩票样
welfare_nums_img:null // 福彩数字彩票样
consignment_type:1 // 代销类型 代销类型;1:体彩;2:福彩;3:全部
}</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>