From 578e076695bccd324d3b469b8efc4e9271e5be05 Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 10 Mar 2022 10:03:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BF=9F=E6=96=97=E6=B3=95=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=94=B9long=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/Family.proto b/protos/Family.proto index efe3f21..32740ce 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -410,7 +410,7 @@ import "CommonProto.proto"; optional string userName =2; optional int32 force =3; optional string guildName = 4; - optional int32 score = 5; + optional int64 score = 5; optional int32 hadChallenge =6; // 是否已挑战过,1:表示挑战过,2:未挑战过。 optional int32 rank = 7; repeated TeamSimpleInfo teamInfo = 8;