1
This commit is contained in:
@@ -441,7 +441,7 @@ func (a *API) RetailDiscountDelete2(poiCode string, actType int, actIDList []str
|
||||
return failedList, err
|
||||
}
|
||||
|
||||
func (a *API) RetailDiscountDelete(poiCode string, actType int, actIDList []string) (err error) {
|
||||
func (a *API) RetailiscountDelete(poiCode string, actType int, actIDList []string) (err error) {
|
||||
_, err = a.RetailDiscountDelete2(poiCode, actType, actIDList)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user