【fix】去除多打的字符

This commit is contained in:
zer0Black
2023-05-30 11:29:25 +08:00
parent 465ea47976
commit c61ae5497c
@@ -80,7 +80,7 @@ public class LoginServiceImpl implements ILoginService {
String rsaPrivateKey = redisUtil.get(rsaPublicKey) != null ? String.valueOf(redisUtil.get(rsaPublicKey)) : null;
if(StrUtil.isEmpty(rsaPrivateKey)){
· return Results.error(CommonConstant.SC_RSA_TIMEOUT_600, "页面过期,将刷新页面");
return Results.error(CommonConstant.SC_RSA_TIMEOUT_600, "页面过期,将刷新页面");
}
String captcha = sysLoginModel.getCaptcha();