modify notify_url

This commit is contained in:
Carl 2022-01-18 18:34:35 +08:00
parent e7c6497b20
commit 17d5182878

View File

@ -71,7 +71,8 @@ public class SmartAuthenticationInterceptor extends HandlerInterceptorAdapter {
return true; return true;
} }
Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin"); Boolean noNeedLogin = request.getServletPath().startsWith("/royalcanin");
if (noNeedLogin) { Boolean noNeedLoginToo = request.getServletPath().startsWith("/jc");
if (noNeedLogin||noNeedLoginToo) {
return true; return true;
} }
//放行的Uri前缀 //放行的Uri前缀