This commit is contained in:
邹宗楠
2021-12-03 09:42:29 +08:00
parent bdf16ddb52
commit 4ed2cafae7
2 changed files with 5 additions and 5 deletions

View File

@@ -66,8 +66,8 @@ func Test11(t *testing.T) {
func TestAllOrders(t *testing.T) {
result, err := api.AllOrders(&AllOrdersParam{
Current: 1,
PageSize: 1,
OrderID: "230931583395",
PageSize: 10,
//OrderID: "230931583395",
})
if err != nil {
t.Fatal(err)