|
@@ -127,6 +127,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|
.antMatchers("/agent/account/**").permitAll()
|
|
.antMatchers("/agent/account/**").permitAll()
|
|
.antMatchers("/report/**").permitAll()
|
|
.antMatchers("/report/**").permitAll()
|
|
.antMatchers("/settlement/**").permitAll()
|
|
.antMatchers("/settlement/**").permitAll()
|
|
|
|
+ .antMatchers("/bytedance/**").permitAll()
|
|
|
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
.anyRequest().authenticated()
|
|
.anyRequest().authenticated()
|