增加新的会员端接口授权

This commit is contained in:
czx 2021-01-09 08:41:43 +08:00
parent f8e634e7fc
commit 5bc16cc9d5

View File

@ -97,7 +97,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// 过滤请求 // 过滤请求
.authorizeRequests() .authorizeRequests()
// 对于登录login 验证码captchaImage 允许匿名访问 // 对于登录login 验证码captchaImage 允许匿名访问
.antMatchers("/login", "/captchaImage","/client_api/**").anonymous() .antMatchers("/login", "/captchaImage","/client_api/**","/huiyuan/**").anonymous()
.antMatchers( .antMatchers(
HttpMethod.GET, HttpMethod.GET,
"/*.html", "/*.html",