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