diff --git a/platformapi/jdapi/sku.go b/platformapi/jdapi/sku.go index 0e855650..2362fba7 100644 --- a/platformapi/jdapi/sku.go +++ b/platformapi/jdapi/sku.go @@ -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 }