mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
fix(work): 修复获取异步任务结果某些情况下会数值溢出
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("total")]
|
[Newtonsoft.Json.JsonProperty("total")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("total")]
|
[System.Text.Json.Serialization.JsonPropertyName("total")]
|
||||||
public int TotalCount { get; set; }
|
public long TotalCount { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置目前运行百分比。
|
/// 获取或设置目前运行百分比。
|
||||||
|
Reference in New Issue
Block a user