From f662632328e443bd2c96a5a476d03d7a9c0e2dee Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sun, 8 Oct 2023 13:32:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(work):=20=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=8A=E9=99=90=E6=95=B0=E5=80=BC=E6=BA=A2=E5=87=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CgibinService/CgibinServiceGetPermanentCodeResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetPermanentCodeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetPermanentCodeResponse.cs index bda7d2e2..96e4a391 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetPermanentCodeResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetPermanentCodeResponse.cs @@ -119,7 +119,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models /// [Newtonsoft.Json.JsonProperty("user_limit")] [System.Text.Json.Serialization.JsonPropertyName("user_limit")] - public int UserLimit { get; set; } + public long UserLimit { get; set; } /// /// 获取或设置过期时间戳。