Merge branch 'feature/shareBuy' into 'release/5.7'
act_id See merge request !572
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ const shareBuyModel = require('../models/share-buy'), | @@ -4,7 +4,7 @@ const shareBuyModel = require('../models/share-buy'), | ||
4 | headerModel = require('../../../doraemon/models/header'); | 4 | headerModel = require('../../../doraemon/models/header'); |
5 | 5 | ||
6 | exports.index = (req, res, next) => { | 6 | exports.index = (req, res, next) => { |
7 | - let activityId = req.query.activity_id || 2023, | 7 | + let activityId = req.query.act_id || 2023, |
8 | isApp = req.yoho.isApp, | 8 | isApp = req.yoho.isApp, |
9 | uid = req.user.uid; | 9 | uid = req.user.uid; |
10 | 10 |
-
Please register or login to post a comment