diff --git a/protos/Family.proto b/protos/Family.proto index 32740ce..dc0e316 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -421,7 +421,7 @@ import "CommonProto.proto"; message GetCarChallenegListResponse{ repeated CarChallengeItem carChallengeItem = 1; optional int32 myRank = 2; //我的排名 - optional int32 myScore = 3 ;//我的积分 + optional int64 myScore = 3 ;//我的积分 } message FamilyFeteRequest{