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{