Authored by 郭成尧

Merge branch 'feature/shareBuy' into 'release/5.7'

默认



See merge request !585
... ... @@ -8,7 +8,7 @@ exports.index = (req, res, next) => {
let activityId = req.query.act_id || 2023,
isApp = req.yoho.isApp,
uid = req.user.uid,
protocol = req.protocol ? req.protocol + ':' : '';
protocol = req.protocol ? req.protocol + ':' : 'http:';
co(function* () {
let isStudent = yield req.ctx(shareBuyModel).checkStudent(uid);
... ...