From 18591d21ed31d76967ae6477c5d25b8a23aebf9f Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 7 Apr 2026 10:46:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=20?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8D=E5=86=8D=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f0ee9dc2920a45074cc2bdbbd38831c0675a8bda) --- .../red/circle/other/app/common/gift/GameLuckyGiftCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 12cf1f1d..b4a831ad 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 @@ -434,7 +434,7 @@ public class GameLuckyGiftCommon { .setSysOrigin(param.getSysOrigin()) .setGiftIncCount(param.getGiftsCount()) .setGiftCombos(param.getComboCount()) - .setGiftCover(param.getGift().getGiftPhoto()) +// .setGiftCover(param.getGift().getGiftPhoto()) .setPayAmount(payAmount) .setMultiple(multiple) .setChangeInventory(false)