debug 删除

This commit is contained in:
damonyuan 2024-11-12 00:35:51 +08:00
parent 99e1a0dcba
commit 1867438ac6
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ public class TokenLoginCache {
Integer terminal = LikeFrontThreadLocal.getTerminal();
String token = LikeFrontThreadLocal.getToken();
String key = KEY + terminal + ":" + token;
System.out.println(key);
Object o = RedisUtils.get(key);
if (StringUtils.isNull(o)) {
return 0;