御剑行,添加轮次

duhui 2021-10-20 15:42:26 +08:00
parent 06f612d309
commit cb1298292e
1 changed files with 2 additions and 1 deletions

View File

@ -137,13 +137,14 @@ import "CommonProto.proto";
repeated ModelUserInfo modelInfo = 3;// repeated ModelUserInfo modelInfo = 3;//
optional int32 rankId = 4;// optional int32 rankId = 4;//
optional int32 betCount = 5;// optional int32 betCount = 5;//
optional int32 round = 6;//
} }
// //
message RidingSwardInfoRequest{ message RidingSwardInfoRequest{
} }
// //
message RidingSwardRewardRequest{ message RidingSwardRewardRequest{
optional int64 time = 1;//0 optional int32 round = 1;//,-1
optional int32 swardId = 2;// optional int32 swardId = 2;//
} }
message RidingSwardRewardResponse{ message RidingSwardRewardResponse{