modify notify_url

This commit is contained in:
Carl 2022-01-18 19:01:26 +08:00
parent 8c3506a757
commit 826ef7d4d9

View File

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