mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(work): 随官方更新企业通讯录成员相关接口模型
This commit is contained in:
@@ -280,6 +280,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("main_department")]
|
||||
public int? MainDepartmentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置直属上级成员账号列表。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("direct_leader")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("direct_leader")]
|
||||
public IList<string>? DirectLeaderUserIdList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置头像 MediaId。
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user