解散公会开始时间

master_huanxiang
wangyuan 2019-08-03 17:37:46 +08:00
parent 6c8ca3156f
commit d5f454fef8
2 changed files with 6 additions and 0 deletions

View File

@ -492,6 +492,7 @@ option optimize_for = SPEED;
optional int32 maxNum = 7 ;//
optional int32 joinType = 8; // 1: 2: 3:
optional int32 icon = 9; //
optional int32 levelTime=10; //
}
//

View File

@ -163,3 +163,8 @@ import "CommonProto.proto";
optional int32 targetUid = 1 ;//
}
//
message FamilyDissolutionRequest{
optional int32 type =1 ;// 1 2
}