src/main/java/com/nq/service/impl/SiteNewsServiceImpl.java
@@ -140,7 +140,7 @@ // 批量抓取新闻 for (int type : types) { String url = apiUrl + "stock-markets?key=" + apiKey + "&type=" + type; String url = apiUrl + "stock-markets?key=" + apiKey + "&country_id=52&type=" + type; addNews(type, url); } }