This commit is contained in:
aozhiwei 2023-03-16 13:01:41 +08:00
parent 224d24296a
commit b381f438ce

View File

@ -788,6 +788,7 @@ void RoomMgr::SendGetBattleData(int mode,
} }
url_params->SetVal("account_id", join_msgs[0]->account_id()); url_params->SetVal("account_id", join_msgs[0]->account_id());
url_params->SetVal("session_id", join_msgs[0]->session_id()); url_params->SetVal("session_id", join_msgs[0]->session_id());
url_params->SetVal("team_uuid", join_msgs[0]->team_uuid());
url_params->SetVal("mode", mode); url_params->SetVal("mode", mode);
url_params->SetVal("members", members->ToJsonStr()); url_params->SetVal("members", members->ToJsonStr());
} }