jdshop orde

This commit is contained in:
苏尹岚
2020-08-13 11:28:24 +08:00
parent 21a579681f
commit 0980b46796
5 changed files with 47 additions and 34 deletions

View File

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