竞技场协议修改四版微改,房间id改为int类型
parent
7d8d42cd52
commit
14df8f48ae
|
|
@ -260,7 +260,7 @@ import "CommonProto.proto";
|
||||||
message GetNewArenaInfoResponse{
|
message GetNewArenaInfoResponse{
|
||||||
optional int32 ranking = 1;//我的排名
|
optional int32 ranking = 1;//我的排名
|
||||||
optional int32 score = 2;//我的积分
|
optional int32 score = 2;//我的积分
|
||||||
optional string roomId = 3;//房间id
|
optional int32 roomId = 3;//房间id
|
||||||
optional int32 lvScore = 4;//段位积分
|
optional int32 lvScore = 4;//段位积分
|
||||||
optional int32 fightNum = 5;//挑战次数
|
optional int32 fightNum = 5;//挑战次数
|
||||||
repeated int32 receivedBox = 6;//已领取得盒子id
|
repeated int32 receivedBox = 6;//已领取得盒子id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue