1
zj
2025-05-07 ad35d23bdd072d7179eb4bfcb588975f37a68f53
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);
        }
    }