This commit is contained in:
邹宗楠
2023-09-22 11:34:25 +08:00
parent ae11ff5483
commit 9b487de1ef
3 changed files with 8 additions and 8 deletions

View File

@@ -189,7 +189,6 @@ func (a *API) RetailCatUpdate(poiCode, catName string, updateParams *Param4Updat
params["category_name"] = catName
time.Sleep(200 * time.Millisecond)
globals.SugarLogger.Debugf("=======params : %s", utils.Format4Output(params, false))
revtel, err := a.AccessAPI("retailCat/update", false, params)
if err != nil {
globals.SugarLogger.Debugf("=======RetailCatUpdate : %v", err)