红包飘窗新增房间ID

This commit is contained in:
tianfeng 2025-11-26 15:36:35 +08:00
parent 0a5baf6072
commit 433730cb02

View File

@ -109,6 +109,7 @@ public class SendRoomRedPacketCmdExe {
String roomAccount = roomProfileManagerService.getRoomAccount(cmd.getRoomId());
UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(userProfileGateway.getByUserId(cmd.getReqUserId()));
Map<Object, Object> build = OfficialNoticeUtils.buildUserProfile(userProfile);
build.put("roomAccount", roomAccount);
if (cmd.getTotalAmount() >= 10000) {
imGroupClient.sendMessageBroadcast(