using OASystem.API.OAMethodLib.QiYeWeChatAPI; using OASystem.Infrastructure.Repositories.Groups; namespace OASystem.API.OAMethodLib.Quartz.Business { /// /// 团组流程节点预警 /// public static class GrpNodeAlert { private readonly static DelegationInfoRepository _grpDeleRep = AutofacIocManager.Instance.GetService(); private static readonly IQiYeWeChatApiService _qiYeWeChatApiService = AutofacIocManager.Instance.GetService(); /// /// 商邀流程节点预警消息推送 /// /// public static async void PostMessage() { } } }