From d09739439281f23ec4ee7bae0d5d26bf7e982783 Mon Sep 17 00:00:00 2001 From: zy55769068 Date: Tue, 19 Mar 2024 14:08:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(work):=20=E4=BF=AE=E5=A4=8D=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=BC=82=E6=AD=A5=E4=BB=BB=E5=8A=A1=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=9F=90=E4=BA=9B=E6=83=85=E5=86=B5=E4=B8=8B=E4=BC=9A=E6=95=B0?= =?UTF-8?q?=E5=80=BC=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/CgibinBatch/CgibinBatchGetResultResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs index 5244be3e..a6c5057f 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs @@ -65,7 +65,7 @@ /// [Newtonsoft.Json.JsonProperty("total")] [System.Text.Json.Serialization.JsonPropertyName("total")] - public int TotalCount { get; set; } + public long TotalCount { get; set; } /// /// 获取或设置目前运行百分比。