This commit is contained in:
aozhiwei 2022-03-22 20:22:25 +08:00
parent 76bcb51b66
commit 4dbb4f49be
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "perfmonitor.h" #include "perfmonitor.h"
#include "matchmgr.h" #include "matchmgr.h"
#include "matchteam.h" #include "matchteam.h"
#include "httpproxy.h"
#include "framework/cpp/httpclientpool.h" #include "framework/cpp/httpclientpool.h"
#include "framework/cpp/utils.h" #include "framework/cpp/utils.h"
@ -790,4 +791,5 @@ void RoomMgr::SendGetBattleData(std::vector<std::shared_ptr<cs::CMJoin>>& join_m
if (is_old_version) { if (is_old_version) {
cb(result); cb(result);
} }
} }

View File

@ -965,6 +965,8 @@ message CMJoin
optional int32 show_team_ui = 62; optional int32 show_team_ui = 62;
optional int32 hero_skin = 63; // optional int32 hero_skin = 63; //
optional string pre_battle_payload = 70; //api战前校验信息 optional string pre_battle_payload = 70; //api战前校验信息
optional string hero_uniid = 71; //id
} }
//线 //线