From 484774bbce8ce6a89e8bf421f105cfce4c1e3ef2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 14 Aug 2019 16:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E9=9F=B3group=5Fid?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index d542794..4502fe3 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1825,7 +1825,7 @@ void Human::SendWxVoip() { cs::SMWxVoip notifymsg; if (!team_uuid.empty()) { - notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString() + team_uuid); + notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString() + "_" + a8::XValue(team_id).GetString()); } SendNotifyMsg(notifymsg); }