布防协议修改
parent
5a3ac6a8e3
commit
12947b78a7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue