From ca962adfd2a3155e71a15162b6c6bb0013d87be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 27 Dec 2022 16:04:44 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store_sku2_utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/tiktok_store/store_sku2_utils.go b/business/partner/purchase/tiktok_store/store_sku2_utils.go index a2090b646..1cb80c54e 100644 --- a/business/partner/purchase/tiktok_store/store_sku2_utils.go +++ b/business/partner/purchase/tiktok_store/store_sku2_utils.go @@ -796,8 +796,8 @@ func GetTiktokImgList(api *tiktokShop.API, storeId, appOrgCode string, detailImg detailTiktok := "" var tiktokImg []string - for _, v := range tiktokImgList { - if strings.Contains(v.Name, "detail_") { + for k, v := range tiktokImgList { + if strings.Contains(k, "detail_") { detailTiktok = v.ByteUrl continue }