| | |
| | | .antMatchers("/api/exchange/**").permitAll()
|
| | | .antMatchers("/api/member/getMemberAccountInfo").permitAll()
|
| | | .antMatchers("/api/member/memberForgetPwd").permitAll()
|
| | | .antMatchers("/api/member/memberCoinInfoList").permitAll()
|
| | | .antMatchers("/api/member/getPcVersionInfo").permitAll()
|
| | | .antMatchers("/api/member/getAppVersionInfo").permitAll()
|
| | | .antMatchers("/api/orderCoin/searchSymbolResultList").permitAll()
|
| | | .antMatchers("/api/orderCoin/findCollect").permitAll()
|
| | | .antMatchers("/api/orderCoin/findCollect").permitAll()
|
| | | .antMatchers("/api/documentary/getFollowTraderProfitInfo").permitAll()
|
| | | .antMatchers("/api/trader/beTraderStatusCondition").permitAll()
|
| | | .antMatchers("/api/helpCenter/**").permitAll()
|
| | | .anyRequest().authenticated()
|
| | | .and().apply(securityConfiguereAdapter());
|
| | | }
|