family update

master_huanxiang
wangyuan 2019-08-03 10:59:47 +08:00
parent e8461ef49b
commit 3bb6903c21
2 changed files with 11 additions and 1 deletions

View File

@ -151,7 +151,14 @@ import "CommonProto.proto";
optional int32 type =1; // // 1: 2: 3:
}
message familyChangeIndication{
//
message FamilyChangeIndication{
optional FamilyBaseInfo familyBaseInfo =1;
}
//
message FamilyChairmanChangeRequest{
optional int32 targetUid = 1 ;//
}

View File

@ -220,6 +220,9 @@ enum MessageType{
FAMILY_CHANGE_BASE_INDICATION = 10552;//
FAMILY_TRANSFER_CHAIRMAN_REQUEST = 10553; //
FAMILY_TRANSFER_CHAIRMAN_RESPONSE = 10554;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
GET_PLAYERINFO_RESPONSE = 10601;