This commit is contained in:
邹宗楠
2024-04-08 14:24:03 +08:00
parent bb17cacb55
commit 2cdd35d0fc
3 changed files with 28 additions and 16 deletions

View File

@@ -434,6 +434,7 @@ func (a *API) RetailSkuSave(poiCode, foodCode string, standardSkus, unstandardSk
return err
}
// RetailDelete 根据APP方门店id和商品id删除商品。
func (a *API) RetailDelete(trackInfo, poiCode, foodCode string) (err error) {
_, err = a.AccessAPI2("retail/delete", false, map[string]interface{}{
KeyAppPoiCode: poiCode,