|
@@ -89,6 +89,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/sysConfig/get/*").permitAll()
|
|
.antMatchers("/sysConfig/get/*").permitAll()
|
|
|
.antMatchers("/sysConfig/getDecimal/*").permitAll()
|
|
.antMatchers("/sysConfig/getDecimal/*").permitAll()
|
|
|
.antMatchers("/user/code2openId").permitAll()
|
|
.antMatchers("/user/code2openId").permitAll()
|
|
|
|
|
+ .antMatchers("/blindBoxItem/all").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|
|
// make sure we use stateless session; session won't be used to
|