diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 085864e2..2e1e01b8 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1933,7 +1933,7 @@ message ResFriendTreasure{ int32 Star = 2; // 星级 int32 Shift = 3; // 当前挡位 repeated TreasureInfo List = 4; // 列表 - repeated int32 List2 = 5; // + repeated int64 List2 = 5; // 今日已翻玩家列表 } message TreasureInfo{