This commit is contained in:
邹宗楠
2024-02-04 09:44:06 +08:00
parent 67c8dec105
commit 7947ceb7cd
2 changed files with 3 additions and 3 deletions

View File

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