Commit 4f945a3d by 宋毅

tj

parent ad7b2ca6
...@@ -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 + "?sdsId=sbzc&channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId); skipUrl = "/#/gsbhome/" + params.state + "?sdsId=商标自助注册&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