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{