From b2f79877ecdd578f4a6265c8fc1817cb0403c0a6 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sat, 7 Nov 2020 04:47:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8C=96=E7=9F=BF=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 8 ++++++++ protos/MessageTypeProto.proto | 3 +++ 2 files changed, 11 insertions(+) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index da1afbf..38e5276 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -21,3 +21,11 @@ import "CommonProto.proto"; message GetShejiAwardResponse{ optional Drop drop = 1; } + + //选择易经宝库终极奖励 + message SeletSubRewardPoolRequest{ + optional int32 selectId = 1; + } + message SeletSubRewardPoolResponse{ + + } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 9e51380..083a9e4 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1085,6 +1085,9 @@ enum MessageType{ GetShejiAwardRequest = 303655;//社稷大典抢夺 GetShejiAwardResponse = 303656; + //303671 - 30380 社稷大典 + SeletSubRewardPoolRequest = 303671;//易经宝库 + SeletSubRewardPoolResponse = 303672; } From c88fd592330e0d6e52d927515fa5382dd7ce7f9f Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Thu, 5 Nov 2020 13:52:19 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8C=96=E7=9F=BF=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index 38e5276..fb685e6 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -25,6 +25,7 @@ import "CommonProto.proto"; //选择易经宝库终极奖励 message SeletSubRewardPoolRequest{ optional int32 selectId = 1; + optional int32 activityId = 2; } message SeletSubRewardPoolResponse{ From a2e0a37bf3ae8f14136b6e944f9f73f9f7e5feaa Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Thu, 5 Nov 2020 15:21:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=8C=8E=E5=A6=96=E4=B9=8B=E8=B7=AF?= =?UTF-8?q?=E9=98=9F=E4=BC=8D=E7=AB=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 9584cdd..6e498ac 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -751,6 +751,7 @@ option optimize_for = SPEED; optional int32 star = 2; optional int32 level =3; optional double remainHp =4;//剩余血量 + optional int32 position = 5; //位置 1 2 3 4 一次从左到右 } message ExpeditionTeamInfo{