From e40cac85f4f84e27c0ed8cb088207cb007ed6b38 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 22 Dec 2025 16:30:19 +0800
Subject: [PATCH] feat(symbols): 修改K线详情接口路径和方法名

---
 src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java |    2 +-
 1 files changed, 1 insertions(+), 1 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 aeacb24..470f1de 100644
--- a/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
+++ b/src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -45,7 +45,7 @@
                 .antMatchers("/v2/**").permitAll()
                 .antMatchers("/api/symbols/**").permitAll()
                 .antMatchers("/common/**").permitAll()
-                .antMatchers("/kline/**").permitAll()
+                .antMatchers("/kline/**/**").permitAll()
                 .antMatchers("/api/exchange/**").permitAll()
                 .antMatchers("/api/member/getMemberAccountInfo").permitAll()
                 .antMatchers("/api/member/memberForgetPwd").permitAll()

--
Gitblit v1.9.1