namespace JNPF.Message.Interfaces.Message;
///
/// 系统消息
/// 版 本:V3.2
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
/// 日 期:2021-06-01.
///
public interface IMessageService
{
///
/// 消息发送.
///
///
///
///
///
Task SentMessage(List toUserIds, string title, string bodyText = null, Dictionary bodyDic = null);
}