From b2f79877ecdd578f4a6265c8fc1817cb0403c0a6 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sat, 7 Nov 2020 04:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=96=E7=9F=BF=E6=B4=BB=E5=8A=A8=E5=8D=8F?= =?UTF-8?q?=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; }