| src/main/java/project/hobi/internal/HobiDataServiceImpl.java | ●●●●● 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