From c61ae5497c3d748c11f31c40c2a87e683dc1db7f Mon Sep 17 00:00:00 2001 From: zer0Black Date: Tue, 30 May 2023 11:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E6=89=93=E7=9A=84=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/modules/system/service/impl/LoginServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java index 31f6db76..cac7dd38 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java @@ -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();