推送:推送函数修复

This commit is contained in:
luying
2022-04-28 20:49:41 +08:00
parent 9af1f80b67
commit ca6847e1ca
6 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import { WarStar } from '../domain/dbGeneral';
import { uniq } from 'underscore';
import { checkPopUpCondition } from './activity/popUpShopService';
import { calculateCeWithRole } from './playerCeService';
import { sendMessageToUser, sendMessageToUserWithSuc } from './pushService';
import { sendMessageToUserWithSuc } from './pushService';
export async function roleLevelup(type: KING_EXP_RATIO_TYPE, roleId: string, kingExp: number = 0, session: BackendSession) {
const serverId = session.get('serverId');