Commit 9045b70c by 宋毅

tj

parent 513e79c2
......@@ -48,7 +48,7 @@ module.exports = function (app) {
});
}
});
app.get("/jdtm/loginUser", async function (req, res) {
app.get("/login", async function (req, res) {
try {
var params = req.query;
if (!params.state || !params.token_type || !params.access_token) {
......@@ -113,7 +113,7 @@ module.exports = function (app) {
instanceId: req.query.orderBizId,
appInfo: {
authUrl: "http://tm.plus.jdcloud.com/jd/skipPage?channelUserId=" + req.query.jdPin,
adminUrl: "http://tm.plus.jdcloud.com/jdtm/loginUser"
adminUrl: "http://tm.plus.jdcloud.com/login"
}
};
res.end(JSON.stringify(params));
......
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