Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
4c8400e997
|
@ -662,6 +662,7 @@ option optimize_for = SPEED;
|
||||||
message LuckWheelRewardPosInfo{
|
message LuckWheelRewardPosInfo{
|
||||||
optional int32 pos = 1;
|
optional int32 pos = 1;
|
||||||
optional int32 luckId = 2;//配置表id
|
optional int32 luckId = 2;//配置表id
|
||||||
|
optional int32 luckTimes = 3;//中奖数
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -578,7 +578,7 @@ import "CommonProto.proto";
|
||||||
}
|
}
|
||||||
message GetLuckWheelRandRewardResponse{
|
message GetLuckWheelRandRewardResponse{
|
||||||
optional int32 activityId = 1;
|
optional int32 activityId = 1;
|
||||||
optional int32 pos = 2;
|
repeated LuckWheelRewardPosInfo posInfos = 2;
|
||||||
optional Drop drop = 3;
|
optional Drop drop = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue