1
luodangjia
2025-01-22 c4469d269bab585a02e02e7f28abd18064067fbd
ruoyi-auth/src/main/java/com/ruoyi/auth/service/SysLoginService.java
@@ -164,7 +164,7 @@
                throw new ServiceException("验证码错误");
            }
            String[] split = captcha.split(":");
            long l = Long.parseLong(split[2]);
            long l = Long.parseLong(split[1]);
            long l1 = System.currentTimeMillis();
            // 判断是否大于两分钟
            if (l1 - l > 2 * 60 * 1000) {