根据用户信息下发服务器列表
This commit is contained in:
@@ -15,6 +15,8 @@ module.exports = () => {
|
||||
return;
|
||||
}
|
||||
ctx.uid = user.uid;
|
||||
ctx.serverType = user.serverType;
|
||||
ctx.auth = user.auth;
|
||||
await next();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user