From a8e0e6c1bd6913ecbfe3ef272cc89e3a5ce60b37 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 已满员 } // 邀请好友