From 6d628a6c6c43d4fdb2e27b2115397611575d3294 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 9 Oct 2019 15:48:49 +0800 Subject: [PATCH] fix black --- protos/PlayerInfoProto.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; //黑名单信息 } //测试购买礼包