饿百的评价尝试

This commit is contained in:
苏尹岚
2020-08-10 09:36:57 +08:00
parent 59e0b131c1
commit cf720c965c
4 changed files with 29 additions and 4 deletions

View File

@@ -45,3 +45,11 @@ func TestKeyGet(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetOrderExtInfoByOrderId(t *testing.T) {
err := api.GetOrderExtInfoByOrderId()
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}