公会宣言

master_huanxiang
wangyuan 2019-08-02 17:45:52 +08:00
parent 137b294e8a
commit 2dcd2e2afa
2 changed files with 16 additions and 0 deletions

View File

@ -137,3 +137,13 @@ import "CommonProto.proto";
optional int32 postiion = 1; //
}
message FamilyChangeRequest{
optional string content = 1; //
}
message FamilyChangeResponse{
optional string err = 1 ; //
}

View File

@ -208,6 +208,12 @@ enum MessageType{
FAMILY_POSITION_UPDATE_INDICAITON = 10545; //
FAMILY_DISSOLUTION_REQUEST = 10546; //
FAMILY_DISSOLUTION_RESPONSE = 10547;
FAMILY_CHANGE_NOTICE_REQUEST = 10548; //
FAMILY_CHANGE_NOTICE_RESPONSE = 10549;
// G 10600