后台:角色封禁
This commit is contained in:
@@ -128,6 +128,7 @@ export class EntryHandler {
|
||||
session.set('updatedMailAt', updatedMailAt);
|
||||
session.set('roleName', role.roleName);
|
||||
session.set('eventStatus', role.eventStatus);
|
||||
session.set('blockType', role.blockType);
|
||||
session.set('sid', self.app.get('serverId'));
|
||||
session.set('serverId', role.serverId);
|
||||
session.set('guildCode', role.guildCode);
|
||||
@@ -139,6 +140,7 @@ export class EntryHandler {
|
||||
session.push('serverId', () => { });
|
||||
session.push('updatedMailAt', () => { });
|
||||
session.push('guildCode', () => { });
|
||||
session.push('blockType', () => { });
|
||||
// console.log(role.guildCode)
|
||||
// session.push('rid', function (err) {
|
||||
// if (err) {
|
||||
|
||||
Reference in New Issue
Block a user