|
@@ -151,6 +151,7 @@ class Sellerjoinin extends BaseMember
|
|
|
$res = $this->getCompanyInfo($param['business_licence_number_electronic']);
|
|
$res = $this->getCompanyInfo($param['business_licence_number_electronic']);
|
|
|
if ($res['code'] == 200) {
|
|
if ($res['code'] == 200) {
|
|
|
$info = $res['data'];
|
|
$info = $res['data'];
|
|
|
|
|
+// dd($info);
|
|
|
$info['capital'] = cn2num($info['capital'])/10000;
|
|
$info['capital'] = cn2num($info['capital'])/10000;
|
|
|
if ($info['capital'] != $param['company_registered_capital']) {
|
|
if ($info['capital'] != $param['company_registered_capital']) {
|
|
|
$this->error('填写注册资金与营业执照不匹配,请仔细核对后提交');
|
|
$this->error('填写注册资金与营业执照不匹配,请仔细核对后提交');
|
|
@@ -162,7 +163,7 @@ class Sellerjoinin extends BaseMember
|
|
|
$this->error('填写企业名称与营业执照不匹配,请仔细核对后提交');
|
|
$this->error('填写企业名称与营业执照不匹配,请仔细核对后提交');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- $this->error('您提交的企业信息或营业执照照片未通过校验,请仔细核对后提交');
|
|
|
|
|
|
|
+// $this->error('您提交的企业信息或营业执照照片未通过校验,请仔细核对后提交');
|
|
|
} else {
|
|
} else {
|
|
|
$this->error($res['msg']);
|
|
$this->error($res['msg']);
|
|
|
}
|
|
}
|