From 27ce96ad794c9232ac591b6cabb66039d7b2a031 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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列表 }