feat(REQ-3581) - 通知增加visaId
This commit is contained in:
parent
9e8d5769c7
commit
d0c0f4d2b4
@ -91,6 +91,7 @@ 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)));
|
||||
noticeApi.send(notice);
|
||||
}
|
||||
log.info("receive add member event, push notice success!");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user