This commit is contained in:
邹宗楠
2023-11-30 16:16:52 +08:00
parent f4e457afb9
commit 9852662016
2 changed files with 20 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ func TestCancelOrder(t *testing.T) {
}
func TestOrderGet(t *testing.T) {
result, err := api.OrderGet("4085900049668072177")
result, err := api.OrderGet("4015810058305234572")
if err != nil {
t.Fatal(err)
} else {