This commit is contained in:
邹宗楠
2023-09-22 18:18:56 +08:00
parent 27924729e4
commit bf7364b7c1
4 changed files with 5 additions and 6 deletions

View File

@@ -186,7 +186,6 @@ func (a *API) RetailCatUpdate(poiCode, catName string, updateParams *Param4Updat
params := utils.Struct2MapByJson(updateParams)
params[KeyAppPoiCode] = poiCode
params["category_name"] = catName
globals.SugarLogger.Debugf("RetailCatUpdate updateParams %s", utils.Format4Output(updateParams, false))
_, err = a.AccessAPI("retailCat/update", false, params)
return err