From cb793b4b7403e34673c90afee0e04828d54626df Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Sep 2025 14:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=96=B0=E5=A2=9EawardAmount=E5=AD=97=E6=AE=B5?= 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 | 5 +++++ 2 files changed, 6 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 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; + /** * 礼物图标. */