京东商城建商品

This commit is contained in:
苏尹岚
2020-05-13 15:19:04 +08:00
parent 95f91975a8
commit 89ee3c13e4

View File

@@ -312,7 +312,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
JdPrice: int(storeSku.UnitPrice) / 100,
MarketPrice: int(storeSku.UnitPrice) / 100,
}
desc = "<img src=\"" + jdshopapi.JdsImgURL + "jfs/t1/123931/34/1429/184963/5ebb9b63E45411990/f2030df3fab57928.jpg" + "\" style=\"width: auto; height: auto; max-width: 100%;\">"
desc = `<img src="` + jdshopapi.JdsImgURL + "jfs/t1/123931/34/1429/184963/5ebb9b63E45411990/f2030df3fab57928.jpg" + `" style=\"width: auto; height: auto; max-width: 100%;\">`
createSkuParamWare.MobileDesc = desc
createSkuParamWare.Introduction = desc
//上传京东图片 start