master_huanxiang
parent
574e07de13
commit
674c89e1c0
|
|
@ -161,4 +161,21 @@ import "CommonProto.proto";
|
|||
repeated RidingSwardBet betList = 2;//竞猜记录
|
||||
optional RidingSwardLastRank lastRank = 3;//上次排名
|
||||
optional int32 betCount = 4;//投注次数
|
||||
}
|
||||
}
|
||||
|
||||
//周卡
|
||||
message WeekCardInfoRequest{
|
||||
}
|
||||
message WeekCardInfoResponse{
|
||||
repeated WeekCard allWeekCardInfo = 1;
|
||||
}
|
||||
message WeekCardRewardRequest{
|
||||
optional int32 id = 1; //周卡id
|
||||
}
|
||||
message WeekCardRewardResponse{
|
||||
repeated Drop drop = 1;
|
||||
}
|
||||
message WeekCardIndicationInfoResponse{
|
||||
repeated WeekCard allWeekCardInfo = 1;
|
||||
}
|
||||
|
||||
|
|
@ -1351,6 +1351,7 @@ enum MessageType{
|
|||
|
||||
WeekCardRewardRequest = 3050032;
|
||||
WeekCardRewardResponse = 3050033;
|
||||
WeekCardIndicationInfoResponse = 3050034;
|
||||
|
||||
|
||||
//800000起为global 协议
|
||||
|
|
|
|||
|
|
@ -1043,21 +1043,5 @@ import "CommonProto.proto";
|
|||
repeated int32 relicIds = 5;//遗物加成id列表
|
||||
optional int32 round = 6;//回合数,计算加成
|
||||
}
|
||||
|
||||
//周卡
|
||||
message WeekCardInfoRequest{
|
||||
|
||||
}
|
||||
message WeekCardInfoResponse{
|
||||
repeated WeekCard allWeekCardInfo = 1;
|
||||
}
|
||||
|
||||
message WeekCardRewardRequest{
|
||||
optional int32 id = 1; //周卡id
|
||||
}
|
||||
message WeekCardRewardResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue