This commit is contained in:
邹宗楠
2023-10-10 15:08:49 +08:00
parent dd3fcfb23d
commit bac8cf0a4a

View File

@@ -414,6 +414,7 @@ func makeMainProductSku(db *dao.DaoDB, api *tiktokShop.API, storeSku *dao.StoreS
param.Name = checkNameLenght(param.Name)
// 获取上传图,商品轮播图
globals.SugarLogger.Debugf("store_sku=========: %s", utils.Format4Output(storeSku, false))
img, detailImg, whiteImg, err := GetTiktokImgList(api, utils.Int2Str(storeSku.StoreID), storeSku.SkuID, storeSku.DescImg, storeSku.Img, storeSku.ImgOrigin, storeSku.Img2, storeSku.Img3, storeSku.Img4, storeSku.Img5)
if err != nil {
failedList = putils.GetErrMsg2FailedSingleList(storeSku, err, storeID, model.VendorChineseNames[model.VendorIDDD], syncType)