From 4c499ce319384a535ef43ea9db8827a8008a5bf7 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 31 Jul 2020 16:19:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index c41ed54..b371dbc 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -436,7 +436,7 @@ option optimize_for = SPEED; message RankInfo{ optional int32 rank = 1; - optional int32 param1 = 2; + optional int64 param1 = 2; optional int32 param2 = 3; optional int32 param3 = 4; }