From f8fca5604fdf87acd18799ac82147ac3bca8fb37 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 3 ++- tool/cfg/cfg_xlsx.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 05242934..c05ddb58 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1664,12 +1664,13 @@ message ResFriendReply{ int64 AddTime = 5; // 添加时间 int64 EndTime = 6; // ResPlayerSimple Player = 7; // 玩家信息 + repeated ItemInfo Items = 8; // 奖励 } message ReqFriendReplyHandle{ int32 LogId = 1; // 时间线id string Param = 2; // 回复内容 - int32 Type = 3; // 回复类型 1:打招呼 2:删除 3:查看 + int32 Type = 3; // 回复类型 1:处理 2:删除 3:查看 } message ResFriendReplyHandle{ diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 3300f0d3..05d41ca9 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -532,7 +532,7 @@ "out_file": "CatnipJackpot.json", "key": "Id", "sheet_name" :"Jackpot", - "fields" :["Items", "Growth", "Type"] + "fields" :["Items", "Growth", "Type", "FriendItems"] }, { "in_file": "Catnip.xlsx",