family apply

master_huanxiang
wangyuan 2019-08-01 21:03:02 +08:00
parent 147e970a16
commit ca23bed2fa
2 changed files with 10 additions and 6 deletions

View File

@ -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;

View File

@ -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;
}