From a55a1981d7f4b038612e19407b51e74443202439 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=AB=E8=8D=89=E5=A4=A7=E4=BD=9C=E6=88=98-?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index b9b6ca88..aa492cff 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2735,6 +2735,7 @@ message ReqCatnipInvite{ message ResCatnipInvite{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } // 同意邀请 @@ -2746,6 +2747,7 @@ message ReqCatnipAgree{ message ResCatnipAgree{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } message ReqCatnipRefuse{ @@ -2756,6 +2758,7 @@ message ReqCatnipRefuse{ message ResCatnipRefuse{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } // 设置游戏倍数