【fix】去除多打的字符
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public class LoginServiceImpl implements ILoginService {
|
|||||||
String rsaPrivateKey = redisUtil.get(rsaPublicKey) != null ? String.valueOf(redisUtil.get(rsaPublicKey)) : null;
|
String rsaPrivateKey = redisUtil.get(rsaPublicKey) != null ? String.valueOf(redisUtil.get(rsaPublicKey)) : null;
|
||||||
|
|
||||||
if(StrUtil.isEmpty(rsaPrivateKey)){
|
if(StrUtil.isEmpty(rsaPrivateKey)){
|
||||||
· return Results.error(CommonConstant.SC_RSA_TIMEOUT_600, "页面过期,将刷新页面");
|
return Results.error(CommonConstant.SC_RSA_TIMEOUT_600, "页面过期,将刷新页面");
|
||||||
}
|
}
|
||||||
|
|
||||||
String captcha = sysLoginModel.getCaptcha();
|
String captcha = sysLoginModel.getCaptcha();
|
||||||
|
|||||||
Reference in New Issue
Block a user