From 677100b5223ef168f4f1968db0bc92d46e54bda3 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 16 May 2019 17:53:24 +0800 Subject: [PATCH] - up --- platformapi/ebaiapi/shop_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/shop_sku.go b/platformapi/ebaiapi/shop_sku.go index 37ed2de2..efe94f91 100644 --- a/platformapi/ebaiapi/shop_sku.go +++ b/platformapi/ebaiapi/shop_sku.go @@ -240,7 +240,7 @@ func (a *API) SkuUploadRTF(shopID, rtfDetail string) (rtfURL string, err error) func BuildRFTFromImgs(imgList ...string) string { imgList2 := make([]string, len(imgList)) for index, img := range imgList { - imgList2[index] = fmt.Sprintf(`%s`, img, img) + imgList2[index] = fmt.Sprintf(`%s`, img, img) } return strings.Join(imgList2, "\n") }