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; } // 拒绝申请