修改原有框架中英文映射
This commit is contained in:
@@ -53,7 +53,7 @@ class LoginController extends BaseController
|
||||
if ($captchaEnabled) {
|
||||
$captcha = new Captcha();
|
||||
if (!$captcha->checkCaptcha($uuid, $code)) {
|
||||
return $this->fail('验证码错误');
|
||||
return $this->fail('captcha error');
|
||||
}
|
||||
}
|
||||
$logic = new SystemUserLogic();
|
||||
|
||||
Reference in New Issue
Block a user