企微通知功能对接

This commit is contained in:
mlogclub
2026-04-19 18:11:34 +08:00
parent 97c50fd326
commit c5bef3bd4f
7 changed files with 434 additions and 5 deletions
@@ -121,6 +121,7 @@ func (s *conversationDispatchService) DispatchPendingConversation(conversation *
"requested_team_ids", report.RequestedTeamIDs,
)
WsService.PublishConversationChanged(dispatched, enums.IMRealtimeEventConversationAssigned)
WxWorkNotifyService.NotifyConversationAssigned(dispatched.ID, dispatched.CurrentAssigneeID, "自动分配")
return dispatched, nil
}
}