diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go index dcadafb0b..370a33429 100644 --- a/business/partner/purchase/jdshop/store_sku.go +++ b/business/partner/purchase/jdshop/store_sku.go @@ -1,6 +1,7 @@ package jdshop import ( + "fmt" "regexp" "git.rosy.net.cn/baseapi/platformapi/jdshopapi" @@ -214,6 +215,7 @@ func updateOrCreateCategories(storeCat *dao.SkuStoreCatInfo, isCreate bool) (err createShopCategoryParam2.ID = storeCat.VendorCatID } createShopCategoryParams = append(createShopCategoryParams, createShopCategoryParam2) + fmt.Println("test1111111111111111111111111111", api.JdShopAPI.GetCookie("thor")) err = api.JdShopAPI.CreateShopCategory(createShopCategoryParams) return err }