From 0469ade9be848d97eefb92f3e584441d89e6b69d Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 20 May 2021 19:32:05 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java |   10 ++++++++++
 1 files changed, 10 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 a804c57..16e3d03 100644
--- a/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
+++ b/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -49,9 +49,19 @@
                 .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/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());
     }

--
Gitblit v1.9.1