@@ -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();