This commit is contained in:
苏尹岚
2020-12-14 16:06:06 +08:00
parent 3ab59259c8
commit 8059e29291
4 changed files with 19 additions and 10 deletions

View File

@@ -175,3 +175,10 @@ func TestProcessQuestionPic(t *testing.T) {
}
}
}
func TestCancelAndRefund(t *testing.T) {
err := api.CancelAndRefund("2030098332000261", "jxadmin", "协商一致")
if err != nil {
t.Fatal(err.Error())
}
}

View File

@@ -274,9 +274,9 @@ func TestGetJdShopOrders(t *testing.T) {
}
func TestGetJdTopSkus(t *testing.T) {
err := api.GetJdStoreInfo("12050477")
if err != nil {
t.Fatal(err)
}
// err := api.GetJdStoreInfo("12050477")
// if err != nil {
// t.Fatal(err)
// }
// t.Log(utils.Format4Output(result, false))
}