This commit is contained in:
suyl
2021-05-06 17:41:10 +08:00
parent 80a033c38e
commit 1e27a795c7
2 changed files with 49 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ func TestOrderDetailGet(t *testing.T) {
}
func TestOrderListIncrementGet(t *testing.T) {
result, err := api.OrderListIncrementGet(time.Now().Add(-time.Hour*24).Unix(), time.Now().Unix(), 1, 10)
result, err := api.OrderListIncrementGet(time.Now().Add(-time.Hour*24).Unix(), time.Now().Unix(), 1, 50)
if err != nil {
t.Fatal(err)
}