modify notify_url

This commit is contained in:
Carl 2022-01-18 19:02:06 +08:00
parent 826ef7d4d9
commit fc580f6773

View File

@ -71,7 +71,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
return true;
}
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
System.out.println(request.getServletPath());
System.out.println("request.getServletPath() " + request.getServletPath());
if (noNeedLogin) {
return true;
}