发送头像框-新增消息通知

This commit is contained in:
tianfeng 2026-05-27 19:38:29 +08:00
parent f8a221f0e4
commit ef1b156114

View File

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