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{