This commit is contained in:
邹宗楠
2023-02-20 15:28:33 +08:00
parent bd311cec1e
commit 8cdc3078be

View File

@@ -208,6 +208,7 @@ func (a *API) RetailCatList(poiCode string) (retailCatList []*RetailCategoryInfo
if err == nil {
return interface2CatList(result, 1, nil), nil
}
globals.SugarLogger.Debugf("RetailCatList==========err %s", err.Error())
return nil, err
}