From 32481f3cd0ad0bbbbff67a0866df1b9cbb2c306c Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A0=E7=89=A9=E5=AE=9D=E8=97=8F=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{