布防协议修改

master_huanxiang
lvxinran 2019-08-09 14:40:33 +08:00
parent 5a3ac6a8e3
commit 12947b78a7
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,8 @@ import "CommonProto.proto";
message FamilyDefendInfo{
optional int32 uid = 1;
optional int32 starCount = 2;
optional int32 buildId = 3; //123
}
message GetFamilyInfoResponse{
@ -178,7 +180,6 @@ import "CommonProto.proto";
}
//
message FamilyDefendViewRequest{
optional int32 buildId = 1; //123
}
message FamilyDefendViewResponse{
repeated FamilyDefendInfo info = 1;