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.");