From 450f3b56fa910b06f553bea13b815de91c531514 Mon Sep 17 00:00:00 2001 From: hsdllcw Date: Tue, 13 Aug 2024 14:42:46 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=89=8D=E5=8F=B0=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/gateway/service/impl/ValidateCodeServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/impl/ValidateCodeServiceImpl.java b/ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/impl/ValidateCodeServiceImpl.java index 60a5da521..bef128b90 100644 --- a/ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/impl/ValidateCodeServiceImpl.java +++ b/ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/impl/ValidateCodeServiceImpl.java @@ -123,7 +123,6 @@ public class ValidateCodeServiceImpl implements ValidateCodeService if (expire <= 0) { String code = captchaProducerNumber.createText(); redisService.setCacheObject(verifyKey, code, Constants.CAPTCHA_EXPIRATION, TimeUnit.MINUTES); - ajax.put("code", code); expire = redisService.getExpire(verifyKey); AliyunUtils.sendSms( smsAliyuncs.getAccessKeyId(),