mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
feat(work): 随官方更新获取数据与智能专区授权信息接口模型
This commit is contained in:
parent
e1bd9bebb0
commit
4214a5c50a
@ -77,6 +77,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[Newtonsoft.Json.JsonProperty("msg_duration_days")]
|
[Newtonsoft.Json.JsonProperty("msg_duration_days")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("msg_duration_days")]
|
[System.Text.Json.Serialization.JsonPropertyName("msg_duration_days")]
|
||||||
public int MessageDurationDays { get; set; }
|
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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
"status": 1,
|
"status": 1,
|
||||||
"begin_time": 1726588800,
|
"begin_time": 1726588800,
|
||||||
"end_time": 1729180799,
|
"end_time": 1729180799,
|
||||||
"msg_duration_days": 90
|
"msg_duration_days": 90,
|
||||||
|
"auth_user_count": 23
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user