feat(work): 随官方更新获取数据与智能专区授权信息接口模型

This commit is contained in:
Fu Diwei 2025-04-10 09:46:24 +08:00
parent e1bd9bebb0
commit 4214a5c50a
2 changed files with 9 additions and 1 deletions

View File

@ -77,6 +77,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[Newtonsoft.Json.JsonProperty("msg_duration_days")]
[System.Text.Json.Serialization.JsonPropertyName("msg_duration_days")]
public int MessageDurationDays { get; set; }
/// <summary>
/// 获取或设置去重的人数。
/// </summary>
[Newtonsoft.Json.JsonProperty("auth_user_count")]
[System.Text.Json.Serialization.JsonPropertyName("auth_user_count")]
public int AuthorizedUserCount { get; set; }
}
}

View File

@ -24,7 +24,8 @@
"status": 1,
"begin_time": 1726588800,
"end_time": 1729180799,
"msg_duration_days": 90
"msg_duration_days": 90,
"auth_user_count": 23
}
]
}