From 57f1637e4faaf6ccfdef0f1246d03c9df99eda5d Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Fri, 19 Apr 2024 15:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E6=B5=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 - protos/MessageTypeProto.proto | 3 ++- protos/gtwprotos/WorldProto.proto | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 6db562c..d798a4d 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -353,7 +353,6 @@ option optimize_for = SPEED; required int32 missionId = 1; //任务ID required int32 progress = 2; //任务进度 required int32 state = 3; //任务状态,0:未领奖,1:已领奖 -1:领取花费奖励 - } required int32 activityId = 1; // 活动id repeated MissionInfo mission = 2; // 任务信息 diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 6492fbb..5aaac4a 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1718,7 +1718,8 @@ enum MessageType{ // 新罗浮争锋 LuofuRegisterRequest = 7000009; LuofuRegisterResponse = 70000010; - + QueryLuofuRegisterInfoRequest = 7000011; + QueryLuofuRegisterInfoResponse = 7000012; } diff --git a/protos/gtwprotos/WorldProto.proto b/protos/gtwprotos/WorldProto.proto index 2a9111e..962e373 100644 --- a/protos/gtwprotos/WorldProto.proto +++ b/protos/gtwprotos/WorldProto.proto @@ -81,6 +81,12 @@ import "CommonProto.proto"; message LuofuRegisterRequest{ optional int32 type = 1;//类型,人佛妖道 } + + message QueryLuofuRegisterInfoRequest{ + } + message QueryLuofuRegisterInfoResponse{ + optional int32 type = 1;//类型,人佛妖道,没有返回0 + } //gs --》word message GetGSUserArenaInfoRequest{