京东商城建商品

This commit is contained in:
苏尹岚
2020-05-13 15:08:14 +08:00
parent e31afd68d9
commit 68819dcc29
2 changed files with 2 additions and 2 deletions

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 + storeSku.DescImg + "\" 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