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