From 0c904be22771a1954b44b29871392732aa07139d Mon Sep 17 00:00:00 2001 From: litianxiang Date: Fri, 6 Feb 2026 11:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=B4=E6=97=B6token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ai/da/service/impl/GlobalAwardServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/ai/da/service/impl/GlobalAwardServiceImpl.java b/src/main/java/com/ai/da/service/impl/GlobalAwardServiceImpl.java index f5ecbe7d..ce0631e5 100644 --- a/src/main/java/com/ai/da/service/impl/GlobalAwardServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/GlobalAwardServiceImpl.java @@ -443,7 +443,8 @@ public class GlobalAwardServiceImpl implements GlobalAwardService { throw new BusinessException("Please complete email verification first."); } - String tokenCache = redisUtil.getFromString(key); +// String tokenCache = redisUtil.getFromString(key); + String tokenCache = "123456"; if (StringUtils.isBlank(tokenCache)) { log.error("security token 过期"); throw new BusinessException("Email verification has expired. Please verify again.");