...
|
...
|
@@ -13,7 +13,8 @@ exports.category = (req, res, next) => { |
|
|
channel: req.query.channel,
|
|
|
season: req.query.season,
|
|
|
isApp: req.yoho.isApp,
|
|
|
scene: req.query.scene || 1
|
|
|
scene: req.query.scene || 1,
|
|
|
imageType: req.query.imageType || 2
|
|
|
};
|
|
|
let renders = {};
|
|
|
|
...
|
...
|
@@ -49,7 +50,8 @@ exports.shop = (req, res, next) => { |
|
|
channel: req.query.channel,
|
|
|
season: req.query.season,
|
|
|
isApp: req.yoho.isApp,
|
|
|
scene: req.query.scene || 1
|
|
|
scene: req.query.scene || 1,
|
|
|
imageType: req.query.imageType || 2
|
|
|
};
|
|
|
let renders = {};
|
|
|
|
...
|
...
|
|