|
|
@@ -83,6 +83,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/MP_verify*").permitAll()
|
|
|
.antMatchers("/payOrder/**").permitAll()
|
|
|
.antMatchers("/notify/**").permitAll()
|
|
|
+ .antMatchers("/sandpay/notify").permitAll()
|
|
|
.antMatchers("/banner/all").permitAll()
|
|
|
.antMatchers("/collection/all").permitAll()
|
|
|
.antMatchers("/collection/get/**").permitAll()
|