family apply
parent
147e970a16
commit
ca23bed2fa
|
|
@ -16,7 +16,7 @@ option optimize_for = SPEED;
|
|||
optional int32 level = 3;
|
||||
optional int32 exp = 4;
|
||||
optional int32 vipLevel = 5;
|
||||
optional string familyId = 6;
|
||||
optional int32 familyId = 6;
|
||||
optional string head = 7;
|
||||
optional int32 curMapId = 8;
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,10 @@ import "CommonProto.proto";
|
|||
required string name = 1; // 玩家名称
|
||||
required int32 roleUid = 2; // 申请人ID
|
||||
required int32 time = 3; // 申请时间
|
||||
required int32 icon = 4;
|
||||
required int32 frame = 5;
|
||||
required int32 outTime = 6; // 离线时间长(秒) 0表示在线
|
||||
required int32 level = 7;
|
||||
required int32 foreces = 8; // 灵魂力
|
||||
required int32 frame = 4; //头像框
|
||||
required int32 outTime = 5; // 离线时间长(秒) 0表示在线
|
||||
required int32 level = 6;
|
||||
required int32 foreces = 7; // 灵魂力
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -108,4 +107,9 @@ import "CommonProto.proto";
|
|||
//获取公会日志信息
|
||||
message GetFamilyLogResponse{
|
||||
repeated FamilyLogInfo familyLogInfo =1;
|
||||
}
|
||||
|
||||
//获取公会申请信息
|
||||
message GetFamilyApplyResponse{
|
||||
repeated FamilyApply familyApply =1;
|
||||
}
|
||||
Loading…
Reference in New Issue