京东商城建商品
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user