1'
This commit is contained in:
@@ -357,7 +357,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
||||
storeSku.VendorSkuID = utils.Int2Str(storeSku.SkuID)
|
||||
continue
|
||||
}
|
||||
globals.SugarLogger.Debugf("tiktokResult main ===", utils.Format4Output(tiktokResult, false))
|
||||
globals.SugarLogger.Debugf("tiktokResult main ===%s", utils.Format4Output(tiktokResult, false))
|
||||
|
||||
// 创建子商品
|
||||
param.FreightId = freightId
|
||||
@@ -372,7 +372,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
||||
param.StoreId = utils.Str2Int64(vendorStoreID)
|
||||
|
||||
// 抖店创建商品
|
||||
globals.SugarLogger.Debugf("zishangping=============", utils.Format4Output(param, false))
|
||||
globals.SugarLogger.Debugf("zishangping=============%s", utils.Format4Output(param, false))
|
||||
tiktokResultChildren, err := api.CreateStoreCommodity(param)
|
||||
if err != nil {
|
||||
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDDD], syncType)
|
||||
|
||||
Reference in New Issue
Block a user