1
zj
2025-03-28 ec715123047511708d7ed5ac13ec473ed9fb3b78
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);