namespace HDLCloudMonitorSupportCtrlOldUdpGate { public class NotifyService { public static void SendNotify(string content) { //发送邮件 //发送短信 } } }