This commit is contained in:
邹宗楠
2025-12-15 10:35:13 +08:00
parent 95a973c1ae
commit 433c2f8f4c

View File

@@ -285,6 +285,10 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
}
params := genSkuParamsFromStoreSkuInfo2(storeSku, true, true)
if storeID == 667094 {
globals.SugarLogger.Debugf("------storesku := %s", utils.Format4Output(storeSku, false))
globals.SugarLogger.Debugf("------params := %s", utils.Format4Output(params, false))
}
if globals.EnableEbaiStoreWrite {
strStoreID := utils.Int2Str(storeID)
if vendorSkuID, err = api.EbaiAPI.SkuCreate(ctx.GetTrackInfo(), strStoreID, customSkuID, params); err == nil && !isExd {