This commit is contained in:
aozhiwei 2019-05-30 16:39:51 +08:00
parent b0babbb1f7
commit cdc6f0ffd0

View File

@ -1671,7 +1671,9 @@ void Human::SendUIUpdate()
void Human::SendWxVoip()
{
cs::SMWxVoip notifymsg;
notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString());
if (!team_uuid.empty()) {
notifymsg.set_group_id(a8::XValue(room->room_uuid).GetString() + team_uuid);
}
SendNotifyMsg(notifymsg);
}