This commit is contained in:
邹宗楠
2023-03-27 09:31:27 +08:00
parent 82d2f9a674
commit 84c4376f08
5 changed files with 9 additions and 13 deletions

View File

@@ -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
}