diff --git a/protos/Family.proto b/protos/Family.proto index c81ad62..915436c 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -51,6 +51,8 @@ import "CommonProto.proto"; message FamilyDefendInfo{ optional int32 uid = 1; optional int32 starCount = 2; + optional int32 buildId = 3; //1、公会主城2、公会商店3、公会图腾 + } message GetFamilyInfoResponse{ @@ -178,7 +180,6 @@ import "CommonProto.proto"; } //查看当前布防信息 message FamilyDefendViewRequest{ - optional int32 buildId = 1; //1、公会主城2、公会商店3、公会图腾 } message FamilyDefendViewResponse{ repeated FamilyDefendInfo info = 1;