mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 09:42:25 +08:00
Ai世界玩家人数超过4人测试
This commit is contained in:
@@ -19,6 +19,8 @@ service Discovery {
|
||||
rpc GetGateServerAddr (GetGateServerAddrReq) returns (GateServerAddr) {}
|
||||
// 获取全部网关服务器信息列表
|
||||
rpc GetAllGateServerInfoList (NullMsg) returns (GateServerInfoList) {}
|
||||
// 获取主游戏服务器的appid
|
||||
rpc GetMainGameServerAppId (NullMsg) returns (GetMainGameServerAppIdRsp) {}
|
||||
}
|
||||
|
||||
message NullMsg {
|
||||
@@ -57,6 +59,10 @@ message GetGateServerAddrReq {
|
||||
string version = 1;
|
||||
}
|
||||
|
||||
message GetMainGameServerAppIdRsp {
|
||||
string app_id = 1;
|
||||
}
|
||||
|
||||
message RegionEc2b {
|
||||
bytes data = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user