diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 088430b3..d1c7a654 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2858,6 +2858,7 @@ message ResKv{ // 好友推荐 +message ReqFriendRecommend{} message ResFriendRecommend{ repeated ResPlayerSimple List = 1; }