幸运礼物中奖通知增加giftId
This commit is contained in:
parent
4f96f4a730
commit
a5de05b77f
@ -1161,6 +1161,7 @@ public class GameLuckyGiftCommon {
|
|||||||
.setAvatarFrameSvg(param.getAvatarFrameSvg())
|
.setAvatarFrameSvg(param.getAvatarFrameSvg())
|
||||||
.setMultiple(multiple)
|
.setMultiple(multiple)
|
||||||
.setAwardAmount(awardAmount)
|
.setAwardAmount(awardAmount)
|
||||||
|
.setGiftId(param.getGiftId())
|
||||||
.setMultipleType(getRewardMultipleType(multiple))
|
.setMultipleType(getRewardMultipleType(multiple))
|
||||||
.setGiftCover(param.getGift().getGiftPhoto())
|
.setGiftCover(param.getGift().getGiftPhoto())
|
||||||
.setRegionCode(param.getRoomRegionCode())
|
.setRegionCode(param.getRoomRegionCode())
|
||||||
|
|||||||
@ -82,6 +82,12 @@ public class GameLuckyGiftMsgCO extends ClientObject {
|
|||||||
*/
|
*/
|
||||||
private Long awardAmount;
|
private Long awardAmount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 礼物ID.
|
||||||
|
*/
|
||||||
|
@JsonSerialize(using = ToStringSerializer.class)
|
||||||
|
private Long giftId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 礼物图标.
|
* 礼物图标.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user