通知mp4 链接修复

This commit is contained in:
tianfeng 2025-10-16 20:15:53 +08:00
parent 705527105c
commit 775e663cc4

View File

@ -191,7 +191,7 @@ public class PropsPurchasingCmdExe {
UserProfileDTO userProfileDTO = userProfileAppConvertor.toUserProfileDTO(userProfileGateway.getByUserId(cmd.requiredReqUserId()));
RegionConfig region = userRegionGateway.getRegionConfigByUserId(userProfileDTO.getId());
String sourceUrl = commodity.getPropsResources().getSourceUrl();
String sourceUrl = commodity.getPropsResources().getCover();
officialNoticeClient.send(NoticeExtTemplateCustomizeCmd.builder()
.toAccount(cmd.getAcceptUserId())
.noticeType(OfficialNoticeTypeEnum.GIVE_AWAY_PROPS)