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 } // 获取可以交换的金卡