From 9eed388bf3c07dc0ea24fb0637b4964c8e387437 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 22 Dec 2025 16:45:43 +0800
Subject: [PATCH] fix(symbols): 修复K线数据获取逻辑
---
src/main/java/com/xcong/excoin/modules/newPrice/enums/RequestType.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/enums/RequestType.java b/src/main/java/com/xcong/excoin/modules/newPrice/enums/RequestType.java
new file mode 100644
index 0000000..faf00e1
--- /dev/null
+++ b/src/main/java/com/xcong/excoin/modules/newPrice/enums/RequestType.java
@@ -0,0 +1,7 @@
+package com.xcong.excoin.modules.newPrice.enums;
+
+public enum RequestType {
+ PUBLIC,
+ WITH_API_KEY,
+ SIGNED
+}
--
Gitblit v1.9.1