From d2b9af5cc775937ac38b4e208c6799f828f6ffdc Mon Sep 17 00:00:00 2001 From: wangyuan Date: Sun, 2 Jun 2019 17:09:57 +0800 Subject: [PATCH] fix comment --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index f9a1914..e3a9db6 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -353,6 +353,6 @@ option optimize_for = SPEED; optional int32 vipLevel =1; //vip等级 repeated UserMissionInfo UserMissionInfo =2; //VIP任务详情 optional int32 hadTakeLevelBox = 3 ;//是否领取特权等级礼包 1:已领取 0:未领取 - optional int32 hadTakeDailyBox = 4 ;//是否领取每日礼包 1:已领取 0:未领取 + optional int32 hadTakeDailyBox = 4 ;//是否领取每日礼包 1:已领取vip等级 -1:未领取 }