解除登录验证码与密码校验

This commit is contained in:
梁琦涛
2024-08-15 14:45:09 +08:00
parent c5f06803e1
commit d225b39443
@@ -100,7 +100,7 @@ public class LoginServiceImpl implements ILoginService {
}
String captcha = sysLoginModel.getCaptcha();
if(captcha==null){
if(StringUtils.isBlank(captcha)){
return Result.error("验证码无效");
}
String lowerCaseCaptcha = captcha.toLowerCase();