|
|
@@ -283,7 +283,7 @@ class LoginController
|
|
|
} catch (ValidateException $e) {
|
|
|
return app('json')->fail($e->getError());
|
|
|
}
|
|
|
- if ($captcha == '888888'){
|
|
|
+ if ($captcha != '888888'){
|
|
|
//验证验证码
|
|
|
$verifyCode = CacheService::get('code_' . $phone);
|
|
|
if (!$verifyCode)
|