From 4c4e2b990a3aec88a9a41675648026f3af0b24ab Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:49:28 +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 --- proto/Gameapi.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 5ab5c64f..470d5ed3 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1712,7 +1712,8 @@ message TreasureInfo{ int32 Face = 3; // 头像 int32 Avatar = 4; // 头像框 int64 Uid = 5; // Uid - int32 Status = 6; // 0 未翻 1 已翻 + int32 Status = 6; // 0 未翻 1 已翻 + string NickName = 7; // 昵称 } message ReqFriendTreasureStart{