kazelee
2025-05-15 1af49bdb3cdaa44a7e44ebdc843fb8180596365f
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) {