1
This commit is contained in:
parent
76bcb51b66
commit
4dbb4f49be
@ -17,6 +17,7 @@
|
||||
#include "perfmonitor.h"
|
||||
#include "matchmgr.h"
|
||||
#include "matchteam.h"
|
||||
#include "httpproxy.h"
|
||||
|
||||
#include "framework/cpp/httpclientpool.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) {
|
||||
cb(result);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -965,6 +965,8 @@ message CMJoin
|
||||
optional int32 show_team_ui = 62;
|
||||
optional int32 hero_skin = 63; //英雄皮肤
|
||||
optional string pre_battle_payload = 70; //透传api战前校验信息
|
||||
|
||||
optional string hero_uniid = 71; //英雄唯一id
|
||||
}
|
||||
|
||||
//断线重连
|
||||
|
Loading…
x
Reference in New Issue
Block a user