diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 941adfbc..8188fc7d 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -83,6 +83,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 ActPassReward = 75; // 通行证奖励 FriendReplyHandle = 76; // 好友请求处理 GetChessRetireReward = 77; // 退役奖励 + ApplyFriendSponsor = 78; // 申请好友赞助 } enum HANDLE_TYPE { ADD = 0; @@ -1599,6 +1600,7 @@ message ResFriendList{ repeated ResPlayerSimple FriendList = 1; repeated int64 ReqApplyList = 3; // 已申请好友列表 repeated int32 Npc = 2; // npc列表 + int32 Sponsor = 4; // 今日赞助次数 } message ReqAddNpc{ @@ -1705,6 +1707,7 @@ message ResFriendApplyNotify{ // 申请好友 message ReqApplyFriend{ int64 Uid = 1; + int32 Type = 2; // 0:普通请求 1:赞助请求 } message ResApplyFriend{