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/HttpMethod.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/enums/HttpMethod.java b/src/main/java/com/xcong/excoin/modules/newPrice/enums/HttpMethod.java
new file mode 100644
index 0000000..c32ed4d
--- /dev/null
+++ b/src/main/java/com/xcong/excoin/modules/newPrice/enums/HttpMethod.java
@@ -0,0 +1,9 @@
+package com.xcong.excoin.modules.newPrice.enums;
+
+public enum HttpMethod {
+ POST,
+ GET,
+ PUT,
+ DELETE,
+ INVALID
+}
--
Gitblit v1.9.1