This commit is contained in:
邹宗楠
2025-09-19 11:50:25 +08:00
parent ad83dbd4e2
commit decdfd1f6f
3 changed files with 10 additions and 10 deletions

View File

@@ -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),