根据用户信息下发服务器列表

This commit is contained in:
liangtongchuan
2020-11-30 21:45:00 +08:00
parent 34ec7d5b91
commit 20d638189e
3 changed files with 14 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ module.exports = () => {
return;
}
ctx.uid = user.uid;
ctx.serverType = user.serverType;
ctx.auth = user.auth;
await next();
};
};