update link ipo

This commit is contained in:
vu-tran
2025-01-15 11:27:40 +07:00
parent b26d3962c4
commit 3e1ff24bb6

View File

@@ -116,7 +116,7 @@ public class Scraper {
public void getMoneyControllerNewIPOSchedule() { public void getMoneyControllerNewIPOSchedule() {
log.info("定时任务执行获取新股ipo的方法开始执行"); log.info("定时任务执行获取新股ipo的方法开始执行");
// 目标 URL // 目标 URL
String url = "https://www.moneycontrol.com/ipo/open-upcoming-ipos"; String url = "https://www.moneycontrol.com/ipo/upcoming-ipos/";
// 创建 HttpClient 实例 // 创建 HttpClient 实例
HttpClient client = HttpClients.createDefault(); HttpClient client = HttpClients.createDefault();
// 创建 HttpGet 请求 // 创建 HttpGet 请求