修改公会加入类型

master_huanxiang
wangyuan 2019-08-02 17:52:19 +08:00
parent d6939d5556
commit 59230cdb0c
2 changed files with 6 additions and 0 deletions

View File

@ -147,3 +147,7 @@ import "CommonProto.proto";
optional string err = 1 ; //
}
message FamilyChangeJoinTypeRequest{
optional int32 type =1; // // 1: 2: 3:
}

View File

@ -215,6 +215,8 @@ enum MessageType{
FAMILY_CHANGE_NOTICE_REQUEST = 10548; //
FAMILY_CHANGE_NOTICE_RESPONSE = 10549;
FAMILY_CHANGE_JOIN_TYPE_REQUEST = 10550; //
FAMILY_CHANGE_JOIN_TYPE_RESPONSE = 10051;
// G 10600