From bd840fc87fc2c913159a91a2bcc3e9e975428c16 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Fri, 24 May 2019 16:26:43 +0800 Subject: [PATCH] fix name --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 56d7ffb..68be189 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -30,7 +30,7 @@ option optimize_for = SPEED; message Privilege{ optional int32 id =1; //特权id - optional int32 useeTimes = 2;//特权使用次数(如果有没有使用次数限制,穿0) + optional int32 usedTimes = 2;//特权使用次数(如果有没有使用次数限制,传0) }