推送:推送函数修复
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user