mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
fix(work): 修复用户上限数值溢出错误问题
This commit is contained in:
@@ -119,7 +119,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("user_limit")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("user_limit")]
|
||||
public int UserLimit { get; set; }
|
||||
public long UserLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置过期时间戳。
|
||||
|
||||
Reference in New Issue
Block a user