mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
debug 删除
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user