Helpers/LogHelper.cs @@ -74,7 +74,7 @@ #region 自定义方法 public static void InfoEx(Exception ex) { Info($"发生了异常:{ex.Message}"); Info($"异常:{ex.Message}"); } public static void InfoApi(string taskType, object model) {