十绝阵排行
parent
8edf73e4c6
commit
66c83402e0
|
|
@ -73,4 +73,13 @@ import "CommonProto.proto";
|
|||
optional int32 totalForce =3;//指定服玩家实时战力
|
||||
|
||||
}
|
||||
message GetRankRequest{
|
||||
optional int32 type = 1;//种类id
|
||||
optional int32 acitvityId = 2;//活动id
|
||||
optional int32 crossId =3;//大区id
|
||||
}
|
||||
message GetRankResponse{
|
||||
repeated rpc.protocols.UserRank ranks = 1;
|
||||
optional rpc.protocols.RankInfo myRankInfo = 2;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue