From f1a971fee873e912b974e4334060127a6fcc0579 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:11:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A0=E7=89=A9=E5=AE=9D=E8=97=8F?= 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 2e1e01b8..bf3080ea 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1933,7 +1933,8 @@ message ResFriendTreasure{ int32 Star = 2; // 星级 int32 Shift = 3; // 当前挡位 repeated TreasureInfo List = 4; // 列表 - repeated int64 List2 = 5; // 今日已翻玩家列表 + repeated int32 List2 = 5; // 今日已翻玩家列表 + repeated int64 Uids = 6; // 今日已翻位置列表 } message TreasureInfo{