Authored by 郭成尧

'activity'

... ... @@ -14,7 +14,7 @@ const singleDay = (req, res) => {
let appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.h5",' +
(req.query.share_id ? '"share":"/operations/api/v5/webshare/getShare","shareparam":{"share_id":"' +
req.query.share_id +
'"},' : '') +
'"},' : '') +
'"params":{"url":"http://m.yohobuy.com' +
req.path +
'","param":' + JSON.stringify(req.query) +
... ...