From 37eb67df9ba1d931b1d9cd619f0eca66b3321662 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:44:48 +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 | 1 + proto/Gameapi.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 156dee32..880e5aec 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -487,6 +487,7 @@ message ReqGetFriendCard{ message ResGetFriendCard{ RES_CODE Code = 1; string Msg = 2; + string Id = 3; } ``` diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index d0432df6..ac151df1 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2535,6 +2535,7 @@ message ReqGetFriendCard{ message ResGetFriendCard{ RES_CODE Code = 1; string Msg = 2; + string Id = 3; } // 领取引导奖励