|
|
@@ -96,6 +96,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/order/**/status").permitAll()
|
|
|
.antMatchers("/activity/all").permitAll()
|
|
|
.antMatchers("/activity/get/*").permitAll()
|
|
|
+ .antMatchers("/mintActivity/all").permitAll()
|
|
|
+ .antMatchers("/mintActivity/get/*").permitAll()
|
|
|
.antMatchers("/appVersion/checkIosReview").permitAll()
|
|
|
.antMatchers("/druid/**").permitAll()
|
|
|
.antMatchers("/testmq/**").permitAll()
|