| | |
| | | .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());
|
| | | }
|