From 7507ed50ab18eebce50f1bf29b23ee223fb2fc8e Mon Sep 17 00:00:00 2001 From: duhui Date: Tue, 29 Jun 2021 15:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E6=84=BF=E6=8A=BD=E5=8D=A1,=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 7 ------- protos/MessageTypeProto.proto | 5 ----- 2 files changed, 12 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index b069fd8..089d607 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -385,13 +385,6 @@ import "CommonProto.proto"; // 心愿抽卡 - message wishDrawCardInfoRequest{ - } - - message wishDrawCardInfoResponse{ - repeated wishDrawCardInfo infoList = 1; - } - message wishDrawCardIndication{ repeated wishDrawCardInfo infoList = 1; } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index a563b70..60a5d7b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1230,16 +1230,11 @@ enum MessageType{ choiceDrawCardResponse = 3040109; // 心愿抽卡 - wishDrawCardInfoRequest = 3040120; - - wishDrawCardInfoResponse = 3040121; - wishDrawCardIndication = 3040123; choiceWishHeroRequest = 3040124; choiceWishHeroResponse = 3040125; -