diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 1e2c2290..05242934 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2697,6 +2697,7 @@ message ResCatnip{ int32 Template = 4; // 模板 repeated CatnipGame GameList = 5; // 小游戏列表 int32 Multiply = 6; // 倍数 + repeated CatnipInvite FriendList = 7; // 好友列表 } // 小游戏信息 @@ -2706,14 +2707,13 @@ message CatnipGame{ int32 Progress = 3; // 进度 repeated int32 Reward = 4; // 已领取进度奖励列表 [100,150,200] ResPlayerSimple Partner = 5; // 伙伴 - repeated CatnipInvite InviteList = 6; // 邀请列表 - repeated CatnipInvite BeInviteList = 7; // 被邀请列表 - int32 Emoji = 8; // 表情id + int32 Emoji = 6; // 表情id } message CatnipInvite{ int64 Uid = 1; // 好友id int64 Time = 2; // 邀请时间 + int32 Type = 3; // 状态 0 可以邀请,1 已邀请 2 被邀请 3 已满员 } // 邀请好友