diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 7f1c88bf..8adbb503 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1317,6 +1317,7 @@ message ResFriendIgnore{ message ReqFriendList{} message ResFriendList{ repeated ResPlayerSimple FriendList = 1; + repeated int32 ReqApplyList = 3; // 已申请好友列表 repeated int32 Npc = 2; // npc列表 }