Merge branch 'feature/activity' into release/question
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,7 +3,7 @@ const model = require('../models/feature'); | @@ -3,7 +3,7 @@ const model = require('../models/feature'); | ||
3 | 3 | ||
4 | exports.index = function(req, res, next) { | 4 | exports.index = function(req, res, next) { |
5 | // 唤起 APP 的路径 | 5 | // 唤起 APP 的路径 |
6 | - res.locals.appPath = `yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.h5","params":{"param": {"share_id":"${req.query.share_id}"},"url":"https://activity.yoho.cn/feature/${req.params.code}.html"}}`; | 6 | + res.locals.appPath = `yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.h5","params":{"param":{"share_id":"${req.query.share_id}"},"share":"/operations/api/v5/webshare/getShare","shareparam":{"share_id":"${req.query.share_id}"},"url":"https://activity.yoho.cn/feature/${req.params.code}.html"}}`; |
7 | 7 | ||
8 | model.index({ | 8 | model.index({ |
9 | code: req.params.code, | 9 | code: req.params.code, |
-
Please register or login to post a comment