|
|
@@ -135,6 +135,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/payOrder/v2/**/sandQuick").permitAll()
|
|
|
.antMatchers("/pay/v2/**/sandQuick").permitAll()
|
|
|
.antMatchers("/user/faceAuthNotify/*").permitAll()
|
|
|
+ .antMatchers("/blindBoxItem/rare/*").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|