mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(work): 随官方调整创建会议接口响应模型
This commit is contained in:
@@ -12,6 +12,20 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("meetingid")]
|
||||
public string MeetingId { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置会议号。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("meeting_code")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("meeting_code")]
|
||||
public string? MeetingCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置会议链接。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("meeting_link")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("meeting_link")]
|
||||
public string? MeetingLink { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置无效会议帐号 UserId 列表。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user