This commit is contained in:
邹宗楠
2022-11-07 14:48:27 +08:00
parent 3bfe2cd5ee
commit 1ba8a9b355
3 changed files with 3 additions and 14 deletions

View File

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