🐞 fix(消息): 修复筛选玩家范围时的问题
This commit is contained in:
@@ -222,7 +222,7 @@ export class ChatHandler {
|
||||
if(!dic) return resResult(STATUS.WRONG_PARMS);
|
||||
// let result = await pushMsg37(Date.now(), dic, SDK_PUSH_TARGET_TYPE.SINGLE, `${msg.uid}`);
|
||||
|
||||
pushClientMsg(SDK_PUSH_MSG_TYPE.GVG_BATTLE_START);
|
||||
await pushClientMsg(SDK_PUSH_MSG_TYPE.AFK_ATTENTION);
|
||||
|
||||
return resResult(STATUS.SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user