mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新文档相关接口模型
This commit is contained in:
@@ -23,6 +23,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("title")]
|
||||
public string Title { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置子表类型。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("type")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("type")]
|
||||
public string Type { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否可见。
|
||||
/// </summary>
|
||||
|
@@ -5,7 +5,8 @@
|
||||
{
|
||||
"sheet_id": "123Abc",
|
||||
"title": "XXXX",
|
||||
"is_visible": true
|
||||
"is_visible": true,
|
||||
"type": "smartsheet"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user