From 22046bfc3234230bb7fb3c8eba4340e7aca6b8db Mon Sep 17 00:00:00 2001 From: duhui Date: Wed, 26 Oct 2022 16:17:12 +0800 Subject: [PATCH] =?UTF-8?q?gm=E8=BD=AC=E7=9B=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 1de271d..be11d71 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -638,6 +638,7 @@ import "CommonProto.proto"; message GetLuckWheelRandRewardRequest{ optional int32 activityId = 1; optional bool repeated = 2; + optional int32 privilegeId = 3; } message GetLuckWheelRandRewardResponse{ optional int32 activityId = 1;