用户关注推送消息 新增expand 邀请人id

This commit is contained in:
tianfeng 2025-10-17 12:30:36 +08:00
parent 0d6b5919af
commit f23fe4982f

View File

@ -134,6 +134,7 @@ public class UserSupportRelationFollowOrCancelCmdExe {
.toAccount(cmd.getUserId())
.noticeType(OfficialNoticeTypeEnum.USER_FOLLOW)
.templateParam(OfficialNoticeUtils.buildUserProfile(userProfile))
.expand(userProfile.getId())
.build()
);
}