Commit c3aeb549 by 王昆

gsb

parent 4ccd8a42
...@@ -42,10 +42,10 @@ module.exports = function (app) { ...@@ -42,10 +42,10 @@ module.exports = function (app) {
} }
req.loginUser = jsonUser; req.loginUser = jsonUser;
// if(req.loginUser.uctype != 3) { if(req.loginUser.uctype != 3) {
// res.end(JSON.stringify({ status: -99, msg: "no deliver user, kick off" })); res.end(JSON.stringify({ status: -99, msg: "no deliver user, kick off" }));
// return; return;
// } }
req.loginUser = jsonUser; req.loginUser = jsonUser;
next(); next();
}); });
......
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