From 561f9f3984361584ed08b0379ae610fb863c09f5 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=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 9d153901..f2f6672b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1636,7 +1636,7 @@ message ResFriendTimeLine{ message ResFriendReply{ int32 Id = 1; // 回复id - int32 Type = 2; // 回复类型 1:点赞 2:评论 + int32 Type = 2; // 回复类型 1:打招呼 2:被打招呼 string Param = 3; // 回复内容 int32 Status = 4; // 状态 0:未处理 1:已处理 int64 AddTime = 5; // 添加时间