Commit b129e2fa by 刘泽奇

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents 3a3b7b92 ee3d1e60
...@@ -160,7 +160,7 @@ module.exports = function (app) { ...@@ -160,7 +160,7 @@ module.exports = function (app) {
res.redirect(skipUrl); res.redirect(skipUrl);
return; return;
} }
skipUrl = "/#/gsbhome/" + params.state + "?channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId); skipUrl = "/#/gsbhome/" + params.state + "?sdsId=sbzc&channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId);
res.redirect(skipUrl); res.redirect(skipUrl);
}); });
app.get("/gsbhome/orderNotify", async function (req, res) { app.get("/gsbhome/orderNotify", async function (req, res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment