Commit 7a4d784e by 冷斌

fix bug

parent 4309130d
...@@ -141,7 +141,7 @@ class AuthController extends HomebaseController { ...@@ -141,7 +141,7 @@ class AuthController extends HomebaseController {
$check = $this->auth3($data); $check = $this->auth3($data);
if (!$check['chargeStatus'] || $check['data']['result'] !== '01' ) { if (!$check['chargeStatus'] || $check['data']['result'] !== '01' ) {
echo json_encode(array("ret"=>0,'data'=>array(),'msg'=>'认证失败')); echo json_encode(array("ret"=>0,'data'=>array(),'msg'=>'信息填写错误'));
exit; exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment