This commit is contained in:
邹宗楠
2024-02-27 10:59:38 +08:00
parent 524c16fc9e
commit 8f5ee5fac1
6 changed files with 11 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func TestQuerySingleOrder(t *testing.T) {
retVal, err := api.QuerySingleOrder("2226834717000174")
retVal, err := api.QuerySingleOrder("2404201763000323")
t.Log(utils.Format4Output(retVal, false))
if err != nil {
t.Error(err)