From b1df851862437b18e5144f7338ec15b9af55aa3f Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=AE=A4=E5=8D=8F=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 94a3e7f7..07af3cd0 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1951,7 +1951,7 @@ message ResCollectInfo{ message CollectItem{ int32 Id = 1; // 索引 - repeated ItemInfo Items = 1; // 领奖道具 + repeated ItemInfo Items = 2; // 领奖道具 } message ReqCollect{