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