This commit is contained in:
邹宗楠
2024-09-19 09:48:16 +08:00
parent b44233b421
commit 312aefbf2c
6 changed files with 90 additions and 57 deletions

View File

@@ -439,7 +439,7 @@ func (a *API) RetailDelete(trackInfo, poiCode, foodCode string) (err error) {
_, err = a.AccessAPI2("retail/delete", false, map[string]interface{}{
KeyAppPoiCode: poiCode,
KeyAppFoodCode: foodCode,
"is_delete_retail_cat": 2,
"is_delete_retail_cat": 1,
}, resultKeyData, trackInfo)
return err
}