master_huanxiang
xuexinpeng 2021-10-29 14:20:32 +08:00
parent 574e07de13
commit 674c89e1c0
3 changed files with 20 additions and 18 deletions

View File

@ -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;
}

View File

@ -1351,6 +1351,7 @@ enum MessageType{
WeekCardRewardRequest = 3050032;
WeekCardRewardResponse = 3050033;
WeekCardIndicationInfoResponse = 3050034;
//800000global

View File

@ -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;
}