This commit is contained in:
邹宗楠
2023-02-21 11:52:45 +08:00
parent ea5064a7f8
commit ee3e31096a

View File

@@ -205,7 +205,9 @@ func (a *API) RetailCatList(poiCode string) (retailCatList []*RetailCategoryInfo
result, err := a.AccessAPI("retailCat/list", true, map[string]interface{}{
KeyAppPoiCode: poiCode,
})
globals.SugarLogger.Debugf("RetailCatList==========err %s", err.Error())
if err != nil {
globals.SugarLogger.Debugf("RetailCatList==========err %v", err)
}
globals.SugarLogger.Debugf("result==========err %s", utils.Format4Output(result, false))
if err == nil {