From 2abd0e479bd68cc377d77ac8178cc6b21783fcf1 Mon Sep 17 00:00:00 2001 From: heng.zhang1 <512061637@qq.com> Date: Wed, 16 Sep 2020 16:54:24 +0800 Subject: [PATCH] ηε£δΌε --- src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java b/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java index bf4af09..dce5e35 100644 --- a/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java +++ b/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java @@ -48,7 +48,12 @@ .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("/trade/**").permitAll() .anyRequest().authenticated() .and().apply(securityConfiguereAdapter()); } -- Gitblit v1.9.1