注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
Query for the stock information using one of the following queries:
This query returns all available stock information. The response is paginated so you may need to query , where pageNumber is an integer that describes the page number to view (e.g., 1, 2, etc.).
This query returns all results where the searched key has exact matching value. The response is paginated, so you may need to query , where pageNumber is an integer that describes the page number to view (e.g., 1, 2, etc.).
This query returns all the results where the searched key has values that contains value as a substring. The response is paginated, so you may need to query , where pageNumber is an integer that describes the page number to viedate string in the format described above
-weekday: a string that represents the day of week to query
Constraints
weekday will be one of the following: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
Sample Input For Custom Testing
1-January-2000 22-February-2000 Monday
Sample Output
17-January-2000 5617.7 5404.07
31-January-2000 5338.67 5205.29
7-February-2000 5431.55 5474
14-February-2000 6130.23 5924.31
21-February-2000 5874.25 5876.89
测试过了 第二天拒信
|