测试临时token

This commit is contained in:
litianxiang
2026-02-06 11:42:34 +08:00
parent 7759b56123
commit 0c904be227

View File

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