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",