Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Apr 9, 2024
2 parents 0d89e74 + d097394 commit 3f23f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class Result
/// </summary>
[Newtonsoft.Json.JsonProperty("total")]
[System.Text.Json.Serialization.JsonPropertyName("total")]
public int TotalCount { get; set; }
public long TotalCount { get; set; }

/// <summary>
/// 获取或设置目前运行百分比。
Expand Down

0 comments on commit 3f23f14

Please sign in to comment.