Commit 4309130d by 冷斌

fix bug

parent 8990a945
......@@ -140,7 +140,7 @@ class AuthController extends HomebaseController {
$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'=>'认证失败'));
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