From 12947b78a77fed7dcf99d980a576f0cc6d8ba6e0 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 9 Aug 2019 14:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E9=98=B2=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;