zj
2025-05-02 01830e44921b187b448d8cce9c9a46b9ad55af43
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);