From c3bbe7a80c8bc6d8fb9c094c0bc29c536b927197 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:55:10 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index c22921a5..38d5852c 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -963,6 +963,7 @@ message ResAgreeCardExchange{ RES_CODE Code = 1; string Msg = 2; string Id = 3; + int32 Emoji = 4; // 表情Id } // 拒绝选择卡牌进行交换 message ReqRefuseCardSelect{ @@ -993,6 +994,7 @@ message ResGetFriendCard{ string Msg = 2; string Id = 3; int32 CardId = 4; + int32 Emoji = 5; // 表情Id } // 获取可以交换的金卡