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