|
|
@@ -129,6 +129,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/auctionRecord/all").permitAll()
|
|
|
.antMatchers("/ossNotify").permitAll()
|
|
|
.antMatchers("/priceList/list").permitAll()
|
|
|
+ .antMatchers("/priceList/list2").permitAll()
|
|
|
.antMatchers("/user/collectionInvitorList").permitAll()
|
|
|
.antMatchers("/auth/oasisLogin").permitAll()
|
|
|
.antMatchers("/auth/oasisLoginPhone").permitAll()
|