gengyang há 5 anos atrás
pai
commit
61e46b1ef0

+ 4 - 0
src/main/java/com/mokamrp/privates/interceptor/AuthIntercepotor.java

@@ -36,6 +36,10 @@ public class AuthIntercepotor extends HandlerInterceptorAdapter {
             return true;
         }
 
+        if (requestUrl.equals("/mochat/weWork/callback")) {
+            return true;
+        }
+
         XxlSsoUser xxlSsoUser = (XxlSsoUser) request.getAttribute(Conf.SSO_USER);
         Map<String, String> plugininfo=xxlSsoUser.getPlugininfo();
         User user=new User();