diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 25d9ebd..2b3f572 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1718,8 +1718,8 @@ enum MessageType{ // 新罗浮争锋 LuofuRegisterRequest = 7000009; LuofuRegisterResponse = 70000010; - QueryLuofuRegisterInfoRequest = 7000011; - QueryLuofuRegisterInfoResponse = 7000012; + LuofuStatusInfoRequest = 7000011; + LuofuStatusInfoResponse = 7000012; // 是否跨服 CrossServerStatusRequest = 7000013; diff --git a/protos/gtwprotos/WorldProto.proto b/protos/gtwprotos/WorldProto.proto index cd391e5..572923c 100644 --- a/protos/gtwprotos/WorldProto.proto +++ b/protos/gtwprotos/WorldProto.proto @@ -17,22 +17,17 @@ import "CommonProto.proto"; message GetWorldArenaInfoIndication{ optional rpc.protocols.ArenaInfo arenaInfo = 1; - optional int32 stage = 2;//1 未开始 2 战斗阶段 3 膜拜阶段 - optional int32 endTime = 3;//阶段结束时间戳 + optional int32 endTime = 2;//阶段结束时间戳 } // 需要的数据 世界等级(推送) //跨服天梯挑战 message GetWorldArenaChallengeRequest{ optional int32 teamId =1; // 本人进攻队伍id - optional int32 challengeServerid = 2;// 废弃le 对手Serverid - optional int32 challengeUid = 3;// 对手uid - optional int32 challengeRank = 4;// 对手排名 过期校验 - optional int32 skipFight = 5;// 1:标识跳过战斗 0: 不跳过战斗 - optional rpc.protocols.ArenaEnemy arenaEnemys = 6; //gs携带的view信息 - optional rpc.protocols.FightTeamInfo fightTeamInfo = 7;//gs携带的挑战数据 - optional int32 totalForce = 8;//gs携带的玩家实时战力 - optional int32 myCurrentRank = 9;//当前自己的排名,用来判断是否需要重新进 + optional int32 challengeUid = 2;// 对手uid + optional int32 challengeRank = 3;// 对手排名 过期校验 + optional int32 skipFight = 4;// 1:标识跳过战斗 0: 不跳过战斗 + optional int32 myCurrentRank = 5;//当前自己的排名,用来判断是否需要重新进 } message GetWorldArenaChallengeResponse{ @@ -75,12 +70,14 @@ import "CommonProto.proto"; message LuofuRegisterRequest{ optional int32 type = 1;//类型,人佛妖道 } - - message QueryLuofuRegisterInfoRequest{ + // 罗浮状态信息 + message LuofuStatusInfoRequest{ } - message QueryLuofuRegisterInfoResponse{ + message LuofuStatusInfoResponse{ optional int32 type = 1;//类型,人佛妖道,没有返回0 + optional int32 status = 2;//状态 1:报名 2:排行榜初始化 3:战斗 4:发奖 } + //gs --》word message GetGSUserArenaInfoRequest{