From 44f9b52de51d240415c7b14403e13806eb2f9424 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 24 Oct 2025 22:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infra/gateway/props/ActivitySourceGroupGatewayImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/ActivitySourceGroupGatewayImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/ActivitySourceGroupGatewayImpl.java index 07ef0a4f..e33d9419 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/ActivitySourceGroupGatewayImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/props/ActivitySourceGroupGatewayImpl.java @@ -188,7 +188,7 @@ public class ActivitySourceGroupGatewayImpl implements ActivitySourceGroupGatewa ActivityRewardProps activityRewardProps = buildActivityAmount(rewardConfig); if (PropsActivityRewardEnum.GOLD.eq(rewardConfig.getType())){ - activityRewardProps.setCover("https://dev.file.momooline.com/back/money.png"); + activityRewardProps.setCover("https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/task/rw/lottery-gold.png"); activityRewardProps.setQuantity(activityRewardProps.getAmount().intValue()); }