diff --git a/protos/SceneFight.proto b/protos/SceneFight.proto index dba3610..41e77b7 100644 --- a/protos/SceneFight.proto +++ b/protos/SceneFight.proto @@ -36,7 +36,7 @@ message SceneSimpleRankInfo{ optional int32 uid = 1 ; optional int32 score = 2 ;//最终的分数 optional int32 updateScore = 3 ;//变化的分数 - optional int32 head = 4; //头像 + optional string head = 4; //头像 optional int32 headFrame=5;//头像框 optional int32 level= 6;//等级 }