1
This commit is contained in:
@@ -527,6 +527,7 @@ func GetTiktokImgList(api *tiktokShop.API, storeId, appOrgCode string, detailImg
|
||||
Url: detailImg,
|
||||
})
|
||||
}
|
||||
globals.SugarLogger.Debugf("=========================:%s", utils.Format4Output(imgs, false))
|
||||
tiktokImgList, err := api.BatchUploadImages(imgs)
|
||||
if err != nil {
|
||||
return "", "", err
|
||||
@@ -544,6 +545,9 @@ func GetTiktokImgList(api *tiktokShop.API, storeId, appOrgCode string, detailImg
|
||||
if detailTiktok == "" {
|
||||
detailTiktok = tiktokImg[0]
|
||||
}
|
||||
globals.SugarLogger.Debugf("==========tiktokImg===============:%s", utils.Format4Output(tiktokImg, false))
|
||||
globals.SugarLogger.Debugf("==========detailTiktok===============:%s", detailTiktok)
|
||||
|
||||
return strings.Join(tiktokImg, "|"), detailTiktok, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user