Showing
1 changed file
with
1 additions
and
1 deletions
@@ -72,7 +72,7 @@ exports.second = (req, res) => { | @@ -72,7 +72,7 @@ exports.second = (req, res) => { | ||
72 | }; | 72 | }; |
73 | 73 | ||
74 | var uid = cookie.getUid(req); | 74 | var uid = cookie.getUid(req); |
75 | - var couponId = res.app.locals.proEnv ? '20989,20991,20993' : '12463,12461,12459'; | 75 | + var couponId = res.app.locals.proEnv ? '20989,20991,20993' : '12503,12505,12507'; |
76 | 76 | ||
77 | renderData.activityId = res.app.locals.proEnv ? 580 : 499; // 正式活动 ID 580 | 77 | renderData.activityId = res.app.locals.proEnv ? 580 : 499; // 正式活动 ID 580 |
78 | 78 |
-
Please register or login to post a comment