Browse Source

redis同步

zhangheng 3 years ago
parent
commit
283b580b16

+ 1 - 1
server/src/main/java/edp/davinci/core/inteceptor/AuthenticationInterceptor.java

@@ -139,7 +139,7 @@ public class AuthenticationInterceptor implements HandlerInterceptor
             }
             // 统一认证
             log.info("acessToken>>>>"+token);
-            Object acessToken = redisUtils.get(token);
+            Object acessToken = redisUtils.getSpac(token);
             log.info("acessToken>>>>"+acessToken);
             if (acessToken == null)
             {