feat(REQ-3581) - 通知增加ouId 和 workspaceID
This commit is contained in:
parent
8211956aa2
commit
dc9d02e5b2
@ -91,7 +91,11 @@ public class ImGroupAddMembersEventHandler implements EventHandler, Initializing
|
||||
"initiatorName", ownerProfile.getRealName(),
|
||||
"visaType", StringUtils.isNotBlank(visaType) ? VisaTypeEnum.valueOf(visaType).getDesc() : "",
|
||||
"topic", group.getName())));
|
||||
notice.setRouterParams(new JSONObject(Maps.of("visaId", visaId)));
|
||||
notice.setRouterParams(new JSONObject(Maps.of(
|
||||
"visaId", visaId,
|
||||
"ouId", member.getPersonOuId(),
|
||||
"workspaceId", workspaceId
|
||||
)));
|
||||
noticeApi.send(notice);
|
||||
}
|
||||
log.info("receive add member event, push notice success!");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user