Commit 2b122e60 by 宋毅

tj

parent f0ec47f3
...@@ -35,7 +35,7 @@ module.exports = function (app) { ...@@ -35,7 +35,7 @@ module.exports = function (app) {
return; return;
} }
} }
var skipUrl = "/#/jd/" + params.state + "?sdsId=zzsbzc&channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId); var skipUrl = "/#/jd/" + params.state + "?sdsId=FW_GOODS-582206-1&channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId);
res.redirect(skipUrl); res.redirect(skipUrl);
}); });
app.get("/jd/orderNotify", async function (req, res) { app.get("/jd/orderNotify", async function (req, res) {
...@@ -70,7 +70,7 @@ module.exports = function (app) { ...@@ -70,7 +70,7 @@ module.exports = function (app) {
res.redirect("/#/jd/jdtrademark"); res.redirect("/#/jd/jdtrademark");
return; return;
} }
res.redirect("/#/jd/jdindentlist?sdsId=channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId)); res.redirect("/#/jd/jdindentlist?sdsId=FW_GOODS-582206-1&channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId));
return; return;
}); });
......
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