From a00d810984fe187d24e442d5f557bcc271cfa3ce Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 28 Jan 2021 11:25:49 +0800
Subject: [PATCH] Merge branch 'whole_new' of https://gitee.com/chonggaoxiao/new_excoin.git into whole_new

---
 src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java |    6 ++++++
 1 files changed, 6 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 5fa7a65..2b1a72e 100644
--- a/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
+++ b/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -48,8 +48,14 @@
                 .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/helpCenter/**").permitAll()
                 .anyRequest().authenticated()
                 .and().apply(securityConfiguereAdapter());
     }

--
Gitblit v1.9.1