Authored by yyq

Merge branch 'feature/activityTpl' into release/6.7.9

... ... @@ -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
... ...