diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 42ad7a7..4c37926 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -288,6 +288,7 @@ import "CommonProto.proto"; message GetFriendInfoResponse{ repeated Friend Friends =1; //好友信息 + repeated Friend BlackFriends =2; //黑名单信息 } //测试购买礼包