1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user