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); }