聊天:组队邀请队友时返回消息信息
This commit is contained in:
@@ -694,7 +694,7 @@ export class ComBattleHandler {
|
||||
const { teamCode, targetRoleId } = msg;
|
||||
const msgData = await pushFriendTeamInviteMsg(roleId, roleName, teamCode, targetRoleId);
|
||||
if (!msgData) return resResult(STATUS.WRONG_PARMS);
|
||||
return resResult(STATUS.SUCCESS);
|
||||
return resResult(STATUS.SUCCESS, msgData);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user