删除多余协议
parent
1431f81fc5
commit
607a026919
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue