mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-04 23:39:29 +08:00
feat(work): 随官方更新客户联系联系我管理相关接口模型
This commit is contained in:
parent
76062130be
commit
1875098aea
@ -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>
|
||||
|
@ -1,16 +1,17 @@
|
||||
{
|
||||
{
|
||||
"type": 1,
|
||||
"scene": 1,
|
||||
"style": 1,
|
||||
"remark": "渠道客户",
|
||||
"skip_verify": true,
|
||||
"state": "teststate",
|
||||
"user": ["zhangsan", "lisi", "wangwu"],
|
||||
"party": [2, 3],
|
||||
"user": [ "zhangsan", "lisi", "wangwu" ],
|
||||
"party": [ 2, 3 ],
|
||||
"is_temp": true,
|
||||
"expires_in": 86400,
|
||||
"chat_expires_in": 86400,
|
||||
"unionid": "oxTWIuGaIt6gTKsQRLau2M0AAAA",
|
||||
"is_exclusive": true,
|
||||
"conclusions": {
|
||||
"text": {
|
||||
"content": "文本消息内容"
|
||||
|
Loading…
Reference in New Issue
Block a user