御剑行,添加轮次
parent
06f612d309
commit
cb1298292e
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue