diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 4c37926..b6bd6d1 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -283,12 +283,11 @@ import "CommonProto.proto"; } message GetFriendInfoRequest{ - optional int32 type = 1; //1:好友列表, 2:推荐列表 3:申请列表 + optional int32 type = 1; //1:好友列表, 2:推荐列表 3:申请列表 4 黑名单信息 } message GetFriendInfoResponse{ repeated Friend Friends =1; //好友信息 - repeated Friend BlackFriends =2; //黑名单信息 } //测试购买礼包