diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 8ae7ebda..38dbcc66 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1458,6 +1458,7 @@ message NotifyFriendLog{ message FriendBubbleInfo{ int32 Id = 1; // 气泡id int32 Type = 2; // 气泡类型 1:普通 2: + repeated ItemInfo Items = 3; // 奖励 } message NotifyFriendCard{