From 535eafd71fb0db3ced7123754d72ae0e8bd9beed Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 23 Dec 2022 16:56:14 +0800 Subject: [PATCH] orgcode --- business/partner/delivery/tiktok_store/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/delivery/tiktok_store/waybill.go b/business/partner/delivery/tiktok_store/waybill.go index 2a2f19a86..72f9326a0 100644 --- a/business/partner/delivery/tiktok_store/waybill.go +++ b/business/partner/delivery/tiktok_store/waybill.go @@ -46,7 +46,7 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt return nil, errors.New("获取抖音平台账号信息失败,请重试") } apiObj := getAPI(relInfo.VendorOrgCode) - globals.SugarLogger.Debugf("apiObj=============%v", apiObj) + globals.SugarLogger.Debugf("relInfo.VendorOrgCode===========%s,apiObj=============%v", relInfo.VendorOrgCode, apiObj) if storeInfo, err := apiObj.GetStoreDetail(&shop_getStoreDetail_request.ShopGetStoreDetailParam{ StoreId: vendorStoreID, }); err == nil {