From e9372b9b2ab831619c2253ae557d2e1fcfb13b3a Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 11 Nov 2020 17:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E5=85=BD=E6=B4=BB=E5=8A=A8=E9=80=89?= =?UTF-8?q?=E6=8B=A9up=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 5 +++++ protos/MessageTypeProto.proto | 3 +++ 2 files changed, 8 insertions(+) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index fb685e6..3ded1b5 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -29,4 +29,9 @@ import "CommonProto.proto"; } message SeletSubRewardPoolResponse{ + } + //灵兽up抽卡 + message SpecicalMonsterChooseRequest{ + optional int32 activityId = 1; + optional int32 selectId = 2; } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index ec67e08..fe2769d 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -845,6 +845,9 @@ enum MessageType{ SITUATION_CHALLENGE_RESPONSE = 11844; SITUATION_INFO_INDICATION = 11845;//轩辕宝镜刷新推送 + + SPECICAL_MONSTER_CHOOSE_REQUEST = 11846;//灵兽活动选择up灵兽 + SPECICAL_MONSTER_CHOOSE_RESPONSE = 11847; // T 11900 TRIGGER_EVENT_REQUEST = 11900; // TRIGGER_EVENT_RESPONSE = 11901;