罗浮修改
parent
f71ad064a8
commit
0f2046bc31
|
@ -1721,6 +1721,10 @@ enum MessageType{
|
|||
QueryLuofuRegisterInfoRequest = 7000011;
|
||||
QueryLuofuRegisterInfoResponse = 7000012;
|
||||
|
||||
// 是否跨服
|
||||
CrossServerStatusRequest = 7000013;
|
||||
CrossServerStatusResponse = 7000014;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -203,5 +203,12 @@ import "CommonProto.proto";
|
|||
message ReplayWorldArenaResponse{
|
||||
optional rpc.protocols.FightData fightData =1;//战斗数据
|
||||
}
|
||||
|
||||
// 是否跨服
|
||||
message CrossServerStatusRequest{
|
||||
}
|
||||
message CrossServerStatusResponse{
|
||||
optional int32 crossId = 1;//-1未跨服,其他未跨服分组id
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue