Skip to content

Commit

Permalink
HttpHelper默认时间格式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
279328316 committed Apr 7, 2024
1 parent 682abf9 commit 14d29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jc.Core/HttpHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class HttpHelper
/// <summary>
/// 默认日期时间格式
/// </summary>
public string DefaultDateTimeFormat { get; set; } = "yyyy-MM-dd HH:mm:ss.fff";
public string DefaultDateTimeFormat { get; set; } = "yyyy-MM-dd HH:mm:ss";

/// <summary>
/// 用户代理
Expand Down

0 comments on commit 14d29ff

Please sign in to comment.