1
zj
2025-03-28 ec715123047511708d7ed5ac13ec473ed9fb3b78
1
2 files modified
2 ■■■ changed files
src/main/java/project/hobi/internal/HobiDataServiceImpl.java 2 ●●● patch | view | raw | blame | history
src/main/java/project/news/internal/NewsServiceImpl.java patch | view | raw | blame | history
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);
src/main/java/project/news/internal/NewsServiceImpl.java