jdshop orde
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user