From 607a0269190ecf120726e09e93ca7ffcdf34833a Mon Sep 17 00:00:00 2001 From: lvxinran Date: Tue, 7 Jan 2020 15:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=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/Family.proto | 4 ---- protos/MessageTypeProto.proto | 2 -- 2 files changed, 6 deletions(-) diff --git a/protos/Family.proto b/protos/Family.proto index 97f9a06..283abe5 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -313,10 +313,6 @@ import "CommonProto.proto"; message KickOutIndication{ optional int32 uid = 1; } - //发红包 - message SendRedPackageRequest{ - optional int32 id = 1; - } //获取所有红包信息 message GetAllRedPackageResponse{ repeated RedPackage allRed = 1; diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 3187bc1..62d7377 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -445,8 +445,6 @@ enum MessageType{ HERO_LOCK_CHANGE_RESPONSE = 10708; // I 10800 // J 10900 - J_SEND_REDPACKAGE_REQUEST = 10901;//发红包 - J_SEND_REDPACKAGE_RESPONSE = 10902; J_GET_ALL_REDPACKAGE_INFO_REQUEST = 10903;//获取所有红包 J_GET_ALL_REDPACKAGE_INFO_RESPONSE= 10904;