diff --git a/protos/Family.proto b/protos/Family.proto index e3a71a0..bd4e2b5 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -379,7 +379,8 @@ import "CommonProto.proto"; } message FamilyFeteResponse{ - optional int32 curExp = 1; //经验 + optional Drop drop = 1; + optional int32 curExp = 2; //经验 } @@ -387,6 +388,7 @@ import "CommonProto.proto"; optional int32 id = 1; //进度id } message FamilyGetFeteRewardResponse{ + optional Drop drop = 1; } message FamilyFeteRewardProcessIndication{