From 824d9d4596af5a212a2ea7e2764bbd24f7fcab7d Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 19 Aug 2019 11:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E9=A2=86=E5=8F=96=E5=93=AA=E4=BA=9B?= =?UTF-8?q?=E5=A5=BD=E5=8F=8B=E4=BD=93=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) 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{