From a3c96a01b5ef3b48753f457aa7cdc7f71b4aa197 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:01:52 +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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 38d5852c..456305fa 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -75,6 +75,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 CatnipReward = 67; // 猫草大作战奖励 CatnipGrandReward = 68; // 猫草大作战大奖奖励 CatnipPlay = 69; // 猫草大作战玩法奖励 + FriendTReward = 70; // 好友时间线奖励 } enum HANDLE_TYPE { ADD = 0; @@ -1508,6 +1509,17 @@ message ResFriendTLUpvote{ int32 Id = 3; } +// 时间线领奖 +message ReqFriendTReward{ + int32 Id = 1; +} + +message ResFriendTReward{ + RES_CODE Code = 1; + string Msg = 2; + int32 Id = 3; +} + message ResFriendApplyNotify{ ResPlayerSimple Player = 1; int32 Type = 2; // 1:申请 2:同意 3:拒绝 4:删除