This commit is contained in:
邹宗楠
2023-03-27 15:44:56 +08:00
parent 84c4376f08
commit 2ce5df5a88
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func TestOrderGet(t *testing.T) {
result, err := api.OrderGet("4040400104793805400")
result, err := api.OrderGet("4055150105296238277")
if err != nil {
t.Fatal(err)
} else {