From ee0857c15b311739411584bdb3e7edd7ced3e1da Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Fri, 19 Apr 2024 18:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E6=B5=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 4 ++-- protos/gtwprotos/WorldProto.proto | 23 ++++++++++------------- 2 files changed, 12 insertions(+), 15 deletions(-) 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{