1
This commit is contained in:
@@ -457,12 +457,12 @@ func genSkuParamsFromStoreSkuInfo2(storeSku *dao.StoreSkuSyncInfo, isCreate, isE
|
||||
"url": storeSku.Img5,
|
||||
})
|
||||
}
|
||||
if storeSku.SpecialPictures != "" {
|
||||
photos = append(photos, map[string]interface{}{
|
||||
"is_master": 0,
|
||||
"url": storeSku.SpecialPictures,
|
||||
})
|
||||
}
|
||||
//if storeSku.SpecialPictures != "" {
|
||||
// photos = append(photos, map[string]interface{}{
|
||||
// "is_master": 0,
|
||||
// "url": storeSku.SpecialPictures,
|
||||
// })
|
||||
//}
|
||||
|
||||
params = map[string]interface{}{
|
||||
// "name": utils.LimitMixedStringLen(storeSku.SkuName, ebaiapi.MaxSkuNameByteCount),
|
||||
|
||||
Reference in New Issue
Block a user