From 660e8ff9fc89dbcc2046cc713f3871b494247b58 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Tue, 31 May 2022 14:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 1c48fa7..afa3e2f 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1277,14 +1277,14 @@ option optimize_for = SPEED; optional int32 costNum = 2;//消耗数量 } - + message WeekCardDay{ + optional int32 day = 1;//天数 + optional int32 state = 2;//领取状态。0:未解锁,1:可领取,2:已领取 + } // 周卡信息 message WeekCardInfo{ optional int32 weekcardId = 1;//周卡id repeated WeekCardDay day = 2;//每天状态 } - message WeekCardDay{ - optional int32 day = 1;//天数 - optional int32 state = 2;//领取状态。0:未解锁,1:可领取,2:已领取 - } \ No newline at end of file + \ No newline at end of file