Merge branch 'master' into feature/backend

This commit is contained in:
luying
2021-12-15 09:53:28 +08:00
4 changed files with 256 additions and 256 deletions
@@ -209,7 +209,7 @@ export class EntryHandler {
savePlayTime(roleInfo.userCode);
}
});
reportTAUserSet(TA_USERSET_TYPE.ADD, roleId, nowSeconds() - loginTime);
reportTAUserSet(TA_USERSET_TYPE.ADD, roleId, { total_play_time: nowSeconds() - loginTime });
rmRoleFromQueue(roleId, sid, COM_BTL_QUALITY, null); // 删除redis中寻宝的匹配记录
let channelService = this.app.get('channelService');
let channel = channelService.getChannel(roleId, true);