From 01830e44921b187b448d8cce9c9a46b9ad55af43 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 02 May 2025 19:48:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/bingx' into bingx

---
 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