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:删除