From 3eebc41f7ee3a4fd3991727b0d25ec8e9086b215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 11 Nov 2022 19:01:21 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store_sku2_utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/partner/purchase/tiktok_store/store_sku2_utils.go b/business/partner/purchase/tiktok_store/store_sku2_utils.go index 5e73fc320..b07030070 100644 --- a/business/partner/purchase/tiktok_store/store_sku2_utils.go +++ b/business/partner/purchase/tiktok_store/store_sku2_utils.go @@ -535,6 +535,8 @@ func GetTiktokImgList(api *tiktokShop.API, storeId, appOrgCode string, detailImg detailTiktok := "" for _, v := range tiktokImgList { + globals.SugarLogger.Debugf("===============%s", v.Name) + globals.SugarLogger.Debugf("===============%s", v.ByteUrl) if strings.HasPrefix(v.Name, "detail_") { detailTiktok = v.ByteUrl continue