From d7bcdee7c0a37be8d79f31cd753b3d8be1c4bd78 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 2 ++ proto/Gameapi.proto | 3 +++ 2 files changed, 5 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 880e5aec..18d309e1 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -468,6 +468,7 @@ message ReqAgreeCardExchange{ message ResAgreeCardExchange{ RES_CODE Code = 1; string Msg = 2; + int32 CardId = 3; } // 拒绝卡牌交换 @@ -488,6 +489,7 @@ message ResGetFriendCard{ RES_CODE Code = 1; string Msg = 2; string Id = 3; + int32 CardId = 4; } ``` diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index ac151df1..e2683304 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2502,6 +2502,7 @@ message ResSelectCardExchange{ string Msg = 2; } + // 同意卡牌交换 message ReqAgreeCardExchange{ string Id = 1; @@ -2509,6 +2510,7 @@ message ReqAgreeCardExchange{ message ResAgreeCardExchange{ RES_CODE Code = 1; string Msg = 2; + int32 CardId = 3; } // 拒绝选择卡牌进行交换 message ReqRefuseCardSelect{ @@ -2536,6 +2538,7 @@ message ResGetFriendCard{ RES_CODE Code = 1; string Msg = 2; string Id = 3; + int32 CardId = 4; } // 领取引导奖励