From 40c237badf92c707e5e2e8d91f37a8b76a4f856a Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=8C=E5=8D=8F=E8=AE=AE?= 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 19d342b7..c22921a5 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -922,6 +922,7 @@ message ResRefuseCardGive{ message ReqCardSend{ int64 Uid = 1; int32 CardId = 2; + int32 Emoji = 3; // 表情Id } message ResCardSend{ @@ -933,6 +934,7 @@ message ResCardSend{ message ReqCardExchange{ int64 Uid = 1; int32 CardId = 2; + int32 Emoji = 3; // 表情Id } message ResCardExchange{ @@ -1398,6 +1400,7 @@ message ResFriendCard{ int32 ExCardId = 9; int32 Status = 10; string Id = 11; + int32 Emoji = 12; // 表情Id } message ReqKv{