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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user