|
@@ -146,6 +146,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/common/external/question").anonymous()
|
|
.antMatchers("/common/external/question").anonymous()
|
|
|
.antMatchers("/common/replenish/exam").anonymous()
|
|
.antMatchers("/common/replenish/exam").anonymous()
|
|
|
.antMatchers("/common/student/image/update").anonymous()
|
|
.antMatchers("/common/student/image/update").anonymous()
|
|
|
|
|
+ .antMatchers("/common/student/image/spin").anonymous()
|
|
|
.antMatchers("/common/platform/pay").anonymous()
|
|
.antMatchers("/common/platform/pay").anonymous()
|
|
|
.antMatchers("/common/platform/pay/handle").anonymous()
|
|
.antMatchers("/common/platform/pay/handle").anonymous()
|
|
|
.antMatchers("/common/alike/goods").anonymous()
|
|
.antMatchers("/common/alike/goods").anonymous()
|