Commit 4df82f4c by 王昆

gsb

parent 984ae88c
......@@ -13,7 +13,7 @@ module.exports = function (app) {
if(!jsonUser) {
xggadminsid = req.headers["xggadminsid"] || "";
jsonUser = await redisClient.get(xggadminsid);
if(!jsonUser) {
if(jsonUser) {
jsonUser = JSON.parse(jsonUser);
}
}
......
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