|
@@ -13,7 +13,8 @@ exports.category = (req, res, next) => { |
|
@@ -13,7 +13,8 @@ exports.category = (req, res, next) => { |
13
|
channel: req.query.channel,
|
13
|
channel: req.query.channel,
|
14
|
season: req.query.season,
|
14
|
season: req.query.season,
|
15
|
isApp: req.yoho.isApp,
|
15
|
isApp: req.yoho.isApp,
|
16
|
- scene: req.query.scene || 1
|
16
|
+ scene: req.query.scene || 1,
|
|
|
17
|
+ imageType: req.query.imageType || 2
|
17
|
};
|
18
|
};
|
18
|
let renders = {};
|
19
|
let renders = {};
|
19
|
|
20
|
|
|
@@ -49,7 +50,8 @@ exports.shop = (req, res, next) => { |
|
@@ -49,7 +50,8 @@ exports.shop = (req, res, next) => { |
49
|
channel: req.query.channel,
|
50
|
channel: req.query.channel,
|
50
|
season: req.query.season,
|
51
|
season: req.query.season,
|
51
|
isApp: req.yoho.isApp,
|
52
|
isApp: req.yoho.isApp,
|
52
|
- scene: req.query.scene || 1
|
53
|
+ scene: req.query.scene || 1,
|
|
|
54
|
+ imageType: req.query.imageType || 2
|
53
|
};
|
55
|
};
|
54
|
let renders = {};
|
56
|
let renders = {};
|
55
|
|
57
|
|