From acf1c75a32aa05f34d9d60b6ae3f3e052b532e9f Mon Sep 17 00:00:00 2001
From: peternameyakj <908253177@qq.com>
Date: Tue, 29 Apr 2025 18:31:21 +0800
Subject: [PATCH] 时区修改24小时制,北京时间
---
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