This commit is contained in:
suyl
2021-06-22 09:33:37 +08:00
parent fbb0e8a840
commit bea35fdf85
3 changed files with 10 additions and 5 deletions

View File

@@ -57,10 +57,9 @@ func Test11(t *testing.T) {
func TestAllOrders(t *testing.T) {
result, err := api.AllOrders(&AllOrdersParam{
Current: 1,
PageSize: 10,
OrderCreateDateRange: []string{"2021-06-17 00:00:00", "2021-06-17 23:59:59"},
// OrderID: "118793082128",
Current: 1,
PageSize: 1,
OrderID: "206317669879",
})
if err != nil {
t.Fatal(err)