From e7c935eef94d4e32046c5e9bcb74ab18d7870948 Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 15 Jan 2021 14:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E5=85=B7=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 5e905a6..d7cc317 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -55,6 +55,7 @@ option optimize_for = SPEED; optional int32 itemNum = 2; optional int32 endingTime = 3; optional int32 nextFlushTime = 4; //下次刷新时间 0 不刷新 + optional int32 expirationTime = 5; //道具到期时间,0为永久 }