Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
场景是:如果某个事务完成,那么我们可以向参与该事务的用户组发送消息。就像java中的短信警报系统一样?有关它的演示或参考将不胜感激。谢谢。
是的,可以将消息发送给多个用户。您可以通过将消息发送到某个角色来做到这一点,它将到达具有该角色的那些人的收件箱。