This commit is contained in:
邹宗楠
2024-02-19 13:38:43 +08:00
parent b80a027f78
commit 1c71e6c9f1

View File

@@ -452,7 +452,7 @@ func (a *API) RetailDiscountList(poiCode string, actType int) (actList []*GetSto
return actList, err
}
// 批量删除零售折扣商品
// RetailDiscountDelete2 批量删除零售折扣/爆品商品活动
// http://developer.waimai.meituan.com/home/docDetail/289
func (a *API) RetailDiscountDelete2(poiCode string, actType int, actIDList []string) (failedList []*ActItemErrMsg, err error) {
if actType == 0 {