1
This commit is contained in:
@@ -338,6 +338,8 @@ func (a *API) QueryCategoriesByOrgCode() (catList []*CategoryInfo, err error) {
|
||||
"SHOP_CATEGORY_LEVEL",
|
||||
"SORT",
|
||||
}), nil, nil, nil)
|
||||
globals.SugarLogger.Debugf("=========result := %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("=========result := %s", err)
|
||||
if err == nil {
|
||||
return interface2CatList(result, 1, nil), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user