删除多余协议

master_huanxiang
lvxinran 2020-01-07 15:59:25 +08:00
parent 1431f81fc5
commit 607a026919
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;