From ef1b156114f1732a3cc879c4f87ac964f416ae81 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 19:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=A4=B4=E5=83=8F=E6=A1=86-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/app/listener/BadgeOperateListener.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java index 1a1ab414..6da08466 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java @@ -198,6 +198,7 @@ public class BadgeOperateListener implements MessageListener { .setUseProps(Boolean.TRUE) .setAllowGive(Boolean.FALSE) ); + propsBackpackClient.givePropsNotify(userId, ConsolePropsTypeEnum.AVATAR_FRAME.getName(), days, avatarFramePropsId); } catch (Exception e) { log.error("联动赠送头像框失败, userId: {}, badgeKey: {}, avatarFramePropsId: {}", userId, badgeKey, avatarFramePropsId, e); }