红包飘窗新增房间ID
This commit is contained in:
parent
0a5baf6072
commit
433730cb02
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user