diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java index 3cc08015..820d7744 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java @@ -1173,6 +1173,7 @@ public class GameLuckyGiftCommon { .setAvatarFrameCover(param.getAvatarFrameCover()) .setAvatarFrameSvg(param.getAvatarFrameSvg()) .setMultiple(multiple) + .setAwardAmount(awardAmount) .setMultipleType(getRewardMultipleType(multiple)) .setGiftCover(param.getGift().getGiftPhoto()) .setRegionCode(param.getRoomRegionCode()) diff --git a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/game/GameLuckyGiftMsgCO.java b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/game/GameLuckyGiftMsgCO.java index 4e921e59..79af9987 100644 --- a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/game/GameLuckyGiftMsgCO.java +++ b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/game/GameLuckyGiftMsgCO.java @@ -77,6 +77,11 @@ public class GameLuckyGiftMsgCO extends ClientObject { */ private String multipleType; + /** + * 中奖数量 + */ + private Long awardAmount; + /** * 礼物图标. */