From 1b44a9a25a51324dba8e8640cb405440f2cf7d48 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 13 May 2021 11:21:32 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java |    9 +++++++++
 1 files changed, 9 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..8f8d054 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,18 @@
                 .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()
                 .anyRequest().authenticated()
                 .and().apply(securityConfiguereAdapter());
     }

--
Gitblit v1.9.1