This commit is contained in:
苏尹岚
2020-12-21 11:54:34 +08:00
parent 8e2a385dea
commit 6475f2df14
3 changed files with 38 additions and 6 deletions

View File

@@ -8,11 +8,11 @@ import (
)
func TestQueryOrder(t *testing.T) {
err := api.QueryOrder("11")
result, err := api.QueryOrder("134420892247000001")
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func TestCreateOrder(t *testing.T) {