|
@@ -84,9 +84,9 @@ class Userauth extends Api
|
|
|
}
|
|
|
|
|
|
//阿里云身份证三要素认证
|
|
|
- $auth_restult = $this->userauth_aliyun_two($idcard, $truename,$this->auth->mobile);
|
|
|
+ $auth_restult = $this->userauth_aliyun_two($idcard, $truename);
|
|
|
if($auth_restult == false){
|
|
|
- $this->error('身份证信息与姓名或注册手机号不符');
|
|
|
+ $this->error('身份证信息与姓名不符');
|
|
|
}
|
|
|
|
|
|
$data = [
|