|
@@ -101,7 +101,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
// 过滤请求
|
|
// 过滤请求
|
|
|
.authorizeRequests()
|
|
.authorizeRequests()
|
|
|
// 对于登录login 验证码captchaImage 允许匿名访问
|
|
// 对于登录login 验证码captchaImage 允许匿名访问
|
|
|
- .antMatchers("/login", "/captchaImage", "/testLogin").anonymous()
|
|
|
|
|
|
|
+ .antMatchers("/login", "/captchaImage", "/testLogin","/wx/pay/callback").anonymous()
|
|
|
.antMatchers("/aliyun/oss/callback").anonymous()
|
|
.antMatchers("/aliyun/oss/callback").anonymous()
|
|
|
.antMatchers(
|
|
.antMatchers(
|
|
|
HttpMethod.GET,
|
|
HttpMethod.GET,
|