From f90204e6441a2a5ea97a686ee68d309531d79221 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:26:34 +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 af949fcb..2659147a 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -854,6 +854,7 @@ message ResAgreeFriend{ RES_CODE Code = 1; string Msg = 2; int32 Uid = 3; + ResPlayerSimple Player = 4; } // 拒绝申请 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 66f396ec..d7650ddd 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2916,6 +2916,7 @@ message ResAgreeFriend{ RES_CODE Code = 1; string Msg = 2; int32 Uid = 3; + ResPlayerSimple Player = 4; } // 拒绝申请