From 595336ffaee239452bf73a380b7dffc9e3314f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 17 Jul 2023 18:11:00 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/store_sku.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/platformapi/tao_vegetable/store_sku.go b/platformapi/tao_vegetable/store_sku.go index 869f21d5..00feb596 100644 --- a/platformapi/tao_vegetable/store_sku.go +++ b/platformapi/tao_vegetable/store_sku.go @@ -45,14 +45,12 @@ func (a *API) AddStoreSku(param *request.AlibabaWdkSkuAddRequest) (*[]VegetableR } } - globals.SugarLogger.Debugf("========addSuk := %s", utils.Format4Output(foodList, false)) return &foodList, nil } // UpdateStoreSku 更新门店商品 func (a *API) UpdateStoreSku(param *request.AlibabaWdkSkuUpdateRequest) (*[]VegetableResultList, error) { - globals.SugarLogger.Debugf("进入 UpdateStoreSku: %s", utils.Format4Output(param, false)) client := ability585.NewAbility585(&a.client) data, _ := client.AlibabaWdkSkuUpdate(param, a.token)