Commit 53530b7c by 王昆

gsb

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