From 012bd1f58e8e1c37caeea774ee181f754374e7d5 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 05 Jun 2026 11:29:44 +0800
Subject: [PATCH] refactor(api): 移除Huobi API相关代码并简化应用配置

---
 src/main/resources/application-okx.yml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-okx.yml b/src/main/resources/application-okx.yml
index 12437ac..9191516 100644
--- a/src/main/resources/application-okx.yml
+++ b/src/main/resources/application-okx.yml
@@ -1,2 +1,4 @@
-mybatis-plus:
-  mapper-locations: classpath*:mapper/blackchain/*.xml, classpath*:mapper/ding/*.xml, classpath*:mapper/price/*.xml, classpath*:mapper/combom/*.xml, classpath*:mapper/record/*.xml, classpath*:mapper/uinfo/*.xml, classpath*:mapper/push/*.xml, classpath*:mapper/coin/*.xml, classpath*:mapper/user/*.xml, classpath*:mapper/demo/*.xml
+# OKX 网格策略专用配置
+logging:
+  level:
+    com.xcong.excoin.modules.okxNewPrice: INFO

--
Gitblit v1.9.1