diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 9548e59ea..ce379d9c7 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -154,11 +154,13 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isAsync bool, offSet int) (hint string, err error) { fromAPI := partner.CurAPIManager.GetAPI(model.VendorIDMTWM, fromStore.VendorOrgCode).(*mtwmapi.API) if fromStore.VendorOrgCode == "5873" { + globals.SugarLogger.Debugf("=====token1 := %s", fromStore.MtwmToken) fromAPI.SetToken(fromStore.MtwmToken) } toAPI := partner.CurAPIManager.GetAPI(model.VendorIDMTWM, toStore.VendorOrgCode).(*mtwmapi.API) if toStore.VendorOrgCode == "5873" { + globals.SugarLogger.Debugf("=====token2 := %s", fromStore.MtwmToken) toAPI.SetToken(toStore.MtwmToken) }