mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +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
|
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||||
{
|
{
|
||||||
@@ -210,6 +210,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||||
public string? UnionId { get; set; }
|
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>
|
||||||
/// 获取或设置结束语信息。
|
/// 获取或设置结束语信息。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>表示 [POST] /cgi-bin/externalcontact/get_contact_way 接口的响应。</para>
|
/// <para>表示 [POST] /cgi-bin/externalcontact/get_contact_way 接口的响应。</para>
|
||||||
@@ -226,6 +226,13 @@
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||||
public string? UnionId { get; set; }
|
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>
|
||||||
/// 获取或设置结束语信息。
|
/// 获取或设置结束语信息。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||||
{
|
{
|
||||||
@@ -91,6 +91,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
[System.Text.Json.Serialization.JsonPropertyName("unionid")]
|
||||||
public string? UnionId { get; set; }
|
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>
|
||||||
/// 获取或设置结束语信息。
|
/// 获取或设置结束语信息。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"scene": 1,
|
"scene": 1,
|
||||||
"style": 1,
|
"style": 1,
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
"expires_in": 86400,
|
"expires_in": 86400,
|
||||||
"chat_expires_in": 86400,
|
"chat_expires_in": 86400,
|
||||||
"unionid": "oxTWIuGaIt6gTKsQRLau2M0AAAA",
|
"unionid": "oxTWIuGaIt6gTKsQRLau2M0AAAA",
|
||||||
|
"is_exclusive": true,
|
||||||
"conclusions": {
|
"conclusions": {
|
||||||
"text": {
|
"text": {
|
||||||
"content": "文本消息内容"
|
"content": "文本消息内容"
|
||||||
|
Reference in New Issue
Block a user