This commit is contained in:
邹宗楠
2023-09-22 11:00:50 +08:00
parent f5c35458c3
commit ae11ff5483

View File

@@ -189,6 +189,7 @@ 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)