feat(REQ-3581) - 通知增加visaId

This commit is contained in:
wangli 2025-02-26 20:23:28 +08:00
parent 9e8d5769c7
commit d0c0f4d2b4

View File

@ -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!");