Commit 83a38fd9 by lizefeng

fix

parent ae08abe1
...@@ -558,7 +558,6 @@ namespace AutoTurnOver.Services ...@@ -558,7 +558,6 @@ namespace AutoTurnOver.Services
} }
catch (Exception ex) catch (Exception ex)
{ {
ApiServices.QiYeJiQiRenMsPush(new QiYeJiQiRenMsDto { msgtype = "text", text = new QiYeJiQiRenMsDto.text_dto { content = " 改0推送异常 :"+ex.Message } });
Console.WriteLine(ex.Message); Console.WriteLine(ex.Message);
Console.WriteLine(ex.StackTrace); Console.WriteLine(ex.StackTrace);
} }
...@@ -632,6 +631,7 @@ namespace AutoTurnOver.Services ...@@ -632,6 +631,7 @@ namespace AutoTurnOver.Services
} }
catch (Exception ex) catch (Exception ex)
{ {
ApiServices.QiYeJiQiRenMsPush(new QiYeJiQiRenMsDto { msgtype = "text", text = new QiYeJiQiRenMsDto.text_dto { content = " 改0推送异常 :" + ex.Message } });
Console.WriteLine(ex.Message); Console.WriteLine(ex.Message);
Console.WriteLine(ex.StackTrace); Console.WriteLine(ex.StackTrace);
} }
......
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