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;