xiaoyong931011
2021-05-14 6aab3e401fc146885d5fb5cb5048cd09de4a6f18
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -56,7 +56,12 @@
                .antMatchers("/api/orderCoin/findCollect").permitAll()
                .antMatchers("/api/documentary/getFollowTraderProfitInfo").permitAll()
                .antMatchers("/api/trader/beTraderStatusCondition").permitAll()
                .antMatchers("/api/activity/getActivityMain").permitAll()
                .antMatchers("/api/helpCenter/**").permitAll()
                .antMatchers("/api/yd/findAllInfo").permitAll()
                .antMatchers("/api/yd/getProductList").permitAll()
                .antMatchers("/api/yd/findProductInfo").permitAll()
                .antMatchers("/api/yd/getXchPrice").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }