1
zj
2025-04-24 c134d6137dff1d4533b12a07f85e44a1d7d57362
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);
        }
    }