mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(work): 随官方更新客户联系联系我管理相关接口模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
{
|
||||
@@ -210,6 +210,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||
public string? UnionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否同一外部企业客户只能添加同一个员工。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("is_exclusive")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("is_exclusive")]
|
||||
public bool? IsExclusive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置结束语信息。
|
||||
/// </summary>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /cgi-bin/externalcontact/get_contact_way 接口的响应。</para>
|
||||
@@ -226,6 +226,13 @@
|
||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||
public string? UnionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否同一外部企业客户只能添加同一个员工。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("is_exclusive")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("is_exclusive")]
|
||||
public bool? IsExclusive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置结束语信息。
|
||||
/// </summary>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
{
|
||||
@@ -91,6 +91,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||
public string? UnionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否同一外部企业客户只能添加同一个员工。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("is_exclusive")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("is_exclusive")]
|
||||
public bool? IsExclusive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置结束语信息。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user