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 9ea5661f..46ed8845 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 @@ -1161,6 +1161,7 @@ public class GameLuckyGiftCommon { .setAvatarFrameSvg(param.getAvatarFrameSvg()) .setMultiple(multiple) .setAwardAmount(awardAmount) + .setGiftId(param.getGiftId()) .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 79af9987..01ca358b 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 @@ -82,6 +82,12 @@ public class GameLuckyGiftMsgCO extends ClientObject { */ private Long awardAmount; + /** + * 礼物ID. + */ + @JsonSerialize(using = ToStringSerializer.class) + private Long giftId; + /** * 礼物图标. */