fix:增加today股票行情top板块

This commit is contained in:
xiaoliuhu
2023-12-25 23:59:45 +08:00
parent d28e97d9ba
commit fc8f94d056
3 changed files with 164 additions and 0 deletions

View File

@@ -211,4 +211,10 @@ public class HttpClientRequest {
}
return result;
}
public static void main(String[] args) {
String url = "https://marketapi.intoday.in/widget/topgainer/view?exchange=nse";
String str = doGet(url);
System.out.println(str);
}
}