Commit 43207239 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 3a6fdb37 84fab5a8
userTokenFilter=com.gic.enterprise.filter.UserTokenFilter
serviceValidateFilter=com.gic.enterprise.filter.ServiceValidateFilter
\ No newline at end of file
...@@ -47,7 +47,8 @@ public class AuthInterceptor extends HandlerInterceptorAdapter { ...@@ -47,7 +47,8 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
RpcContext.getContext().getAttachments().put(Constants.USER_TOKEN, token); RpcContext.getContext().getAttachments().put(Constants.USER_TOKEN, token);
System.out.println(JSON.toJSONString(RpcContext.getContext().getArguments())); System.out.println(JSON.toJSONString(RpcContext.getContext().getArguments()));
// 更新redis
UserContext.getContext().refresh();
if (!(object.getClass().isAssignableFrom(HandlerMethod.class))) { if (!(object.getClass().isAssignableFrom(HandlerMethod.class))) {
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment