From a5de05b77fd15403fbf8566f21ac3a2d1c4f9eaf Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Sat, 27 Sep 2025 16:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=E4=B8=AD?= =?UTF-8?q?=E5=A5=96=E9=80=9A=E7=9F=A5=E5=A2=9E=E5=8A=A0giftId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/common/gift/GameLuckyGiftCommon.java | 1 + .../other/app/dto/clientobject/game/GameLuckyGiftMsgCO.java | 6 ++++++ 2 files changed, 7 insertions(+) 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; + /** * 礼物图标. */