This commit is contained in:
邹宗楠
2025-08-19 11:24:00 +08:00
parent d0a669c7a4
commit 79f9faae1e
3 changed files with 6 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ type StoreSkuInfo struct {
//42597433459
func TestDeleteActSku(t *testing.T) {
failedList2, err2 := api.RetailDiscountDelete2("10540654", 1001, []string{"42597433459"})
failedList2, err2 := api.RetailDiscountDelete2("18698027", 1001, []string{"131226110670"})
fmt.Println(utils.Format4Output(failedList2, false))
fmt.Println(err2)