Authored by yyq

fix cut price

... ... @@ -29,7 +29,8 @@ class featureModel extends global.yoho.BaseModel {
return this.get({
data: {
productSkn: _.uniq(skns),
method: 'h5.product.batch'
method: 'h5.product.batch',
contain_all: 'Y' // 商品全部返回(包含无库存)
},
param: {
cache: true
... ...