From 2fa37d7986f38db7c00bd4b32e95150706b1ba31 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=9B=B4=E6=96=B0?= 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 5a67d082..85fadf46 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1728,7 +1728,7 @@ message ResFriendApplyNotify{ } message ResFriendReplyNotify{ - ResFriendLog info = 1; + ResFriendReply info = 1; int32 Type = 2; // 1:打招呼 2:被打招呼; int32 Time = 3; }