This commit is contained in:
苏尹岚
2020-11-18 18:10:16 +08:00
parent 3e870f57a1
commit 81816ee60d
10 changed files with 260 additions and 29 deletions

View File

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