京东商城修改,删除sku规格

This commit is contained in:
苏尹岚
2020-05-20 11:47:29 +08:00
parent 69ee72f468
commit 6df9d6fb75
2 changed files with 17 additions and 0 deletions

View File

@@ -352,3 +352,11 @@ func TestUpdateSkus(t *testing.T) {
t.Fatal(err)
}
}
func TestDeleteSku(t *testing.T) {
err := api.DeleteSku(69570857055)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}