From d29192732d5ca0ee02cd1f227b2b4c46bc6886e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 17 Nov 2022 11:33:34 +0800 Subject: [PATCH] 1 --- platformapi/jdapi/sku.go | 2 ++ 1 file changed, 2 insertions(+) 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 }