diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index ba40d0e..9578a5c 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -320,6 +320,7 @@ import "CommonProto.proto"; message FriendTakeHeartResponse{ optional Drop drop =1; + repeated int32 friendId = 2; // 已领取好友id } message FriendSearchRequest{