1
This commit is contained in:
@@ -664,6 +664,8 @@ func upDateChildrenPriceStockLaunch(api *tiktokShop.API, storeSku *dao.StoreSkuS
|
||||
|
||||
// 查询商品详情,获取商品的抖音skuId
|
||||
func getProductSkuID(api *tiktokShop.API, storeSku *dao.StoreSkuSyncInfo, syncType string, productId int64) (childrenSkuId int64, failedList []*partner.StoreSkuInfoWithErr) {
|
||||
globals.SugarLogger.Debugf("storeSku========:%s", utils.Format4Output(storeSku, false))
|
||||
globals.SugarLogger.Debugf("productId========:%s", utils.Format4Output(productId, false))
|
||||
if storeSku.VendorSonSkuID != "" && storeSku.VendorSonSkuID != storeSku.VendorSkuID && utils.Int2Str(storeSku.SkuID) != storeSku.VendorSkuID {
|
||||
return utils.Str2Int64(storeSku.VendorSonSkuID), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user