From 0166bd77b49b049dc1ccfb6f5f97875cbfa4762c Mon Sep 17 00:00:00 2001 From: duhui Date: Tue, 31 May 2022 15:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E5=8D=A1=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 88b034c..a76cced 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1209,7 +1209,7 @@ import "CommonProto.proto"; // 领取周卡奖励 message GetWeekCardRewardRequest{ optional int32 weekcardId = 1; - optional int32 day = 2; + optional int32 activiteId = 2; } message GetWeekCardRewardResponse{