modify notify_url

This commit is contained in:
Carl 2022-01-18 18:50:54 +08:00
parent 6a2ba23d55
commit 8c3506a757

View File

@ -70,7 +70,7 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
if (isNoNeedLogin) {
return true;
}
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
Boolean noNeedLogin = request.getServletPath().contains("royalcanin");
if (noNeedLogin) {
return true;
}