Commit f6190ba3 authored by 黄奎's avatar 黄奎

页面修改

parent 33b1faad
...@@ -111,7 +111,7 @@ namespace Edu.WebApi.Timers ...@@ -111,7 +111,7 @@ namespace Edu.WebApi.Timers
} }
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine("定时发送邮件时报错", ex.Message); Common.Plugin.LogHelper.Write(ex,"定时任务异常");
} }
} }
...@@ -123,7 +123,6 @@ namespace Edu.WebApi.Timers ...@@ -123,7 +123,6 @@ namespace Edu.WebApi.Timers
Thread.Sleep(5000); Thread.Sleep(5000);
string url = "https://eduapi.oytour.com/api/login/login"; string url = "https://eduapi.oytour.com/api/login/login";
Common.Plugin.HttpHelper.HttpGet(url); Common.Plugin.HttpHelper.HttpGet(url);
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment