mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 13:26:42 +08:00
fix(work): 修复获取异步任务结果某些情况下会数值溢出
This commit is contained in:
parent
2cb4a262d7
commit
d097394392
@ -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>
|
||||||
/// 获取或设置目前运行百分比。
|
/// 获取或设置目前运行百分比。
|
||||||
|
Loading…
Reference in New Issue
Block a user