From ec715123047511708d7ed5ac13ec473ed9fb3b78 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 28 Mar 2025 13:32:55 +0800
Subject: [PATCH] 1

---
 src/main/java/project/hobi/internal/HobiDataServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/project/hobi/internal/HobiDataServiceImpl.java b/src/main/java/project/hobi/internal/HobiDataServiceImpl.java
index ef733e0..d50fd6d 100644
--- a/src/main/java/project/hobi/internal/HobiDataServiceImpl.java
+++ b/src/main/java/project/hobi/internal/HobiDataServiceImpl.java
@@ -331,7 +331,7 @@
 				lock = true;
 				Map<String, Object> param = new HashMap<String, Object>();
 				param.put("symbol", symbol);
-				param.put("type", "step1");
+				param.put("type", "step0");
 
 				String result = HttpHelper.getJSONFromHttp(Config.url + Config.depth, param, HttpMethodType.GET);
 				JSONObject resultJson = JSON.parseObject(result);

--
Gitblit v1.9.3