1
zj
2025-04-30 1e24ff3195adcd0807c110f2c3919bba0d847934
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);