浏览代码

redis同步

zhangheng 3 年之前
父节点
当前提交
283b580b16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/src/main/java/edp/davinci/core/inteceptor/AuthenticationInterceptor.java

+ 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)
             {