爬取新股数据测试

This commit is contained in:
dengli
2023-12-19 15:00:41 +08:00
parent 20c4810b4a
commit 3d7546b29e
2 changed files with 16 additions and 21 deletions

View File

@@ -209,7 +209,7 @@ public class InvestingInvokerApis {
public static void main(String[] args) throws IOException {
JSONObject __market = of().__page(1,100);
System.out.println(__market);
JSONObject __page = of().__page(1, 10);
JSONObject __page_nifty100 = of().__page_nifty100(1, 10);