feat(work): 随官方更新客户联系接口相关字段

This commit is contained in:
Fu Diwei
2021-07-21 11:04:17 +08:00
parent 6a09b72cc3
commit 8cb3927745
14 changed files with 151 additions and 5 deletions

View File

@@ -163,6 +163,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[System.Text.Json.Serialization.JsonPropertyName("external_corp_name")]
public string? CorpName { get; set; }
/// <summary>
/// 获取或设置视频号名称。
/// </summary>
[Newtonsoft.Json.JsonProperty("wechat_channels")]
[System.Text.Json.Serialization.JsonPropertyName("wechat_channels")]
public string? WechatChannels { get; set; }
/// <summary>
/// 获取或设置对外自定义字段列表。
/// </summary>