modify notify_url

This commit is contained in:
Carl 2022-01-18 18:43:40 +08:00
parent 17d5182878
commit 6a2ba23d55

View File

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