- up
This commit is contained in:
@@ -395,10 +395,10 @@ func genSkuParamsFromStoreSkuInfo(storeSku *tStoreSkuFullInfo) (params map[strin
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
if storeSku.DescImg != "" {
|
if storeSku.DescImg != "" {
|
||||||
photos = append(photos, map[string]interface{}{
|
// photos = append(photos, map[string]interface{}{
|
||||||
"is_master": false,
|
// "is_master": false,
|
||||||
"url": storeSku.DescImg,
|
// "url": storeSku.DescImg,
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
params = map[string]interface{}{
|
params = map[string]interface{}{
|
||||||
"name": jxutils.ComposeSkuName(storeSku.Prefix, storeSku.Name, storeSku.Comment, storeSku.Unit, storeSku.SpecQuality, storeSku.SpecUnit, 0),
|
"name": jxutils.ComposeSkuName(storeSku.Prefix, storeSku.Name, storeSku.Comment, storeSku.Unit, storeSku.SpecQuality, storeSku.SpecUnit, 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user