This commit is contained in:
苏尹岚
2021-03-05 10:01:58 +08:00
parent d335621eda
commit f0a97f61c7
5 changed files with 26 additions and 5 deletions

View File

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