From bb7dfa4c9163a5cc64da7bceb61f02b63fe0ceeb Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 3 Sep 2019 20:23:00 +0800 Subject: [PATCH] head --- protos/SceneFight.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;//等级 }