mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +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
|
||||||
{
|
{
|
||||||
@@ -188,6 +188,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("sender")]
|
[System.Text.Json.Serialization.JsonPropertyName("sender")]
|
||||||
public string? SenderUserId { get; set; }
|
public string? SenderUserId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置是否允许成员在待发送客户列表中重新进行选择。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("allow_select")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("allow_select")]
|
||||||
|
public bool? AllowSelect { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置文本消息信息。
|
/// 获取或设置文本消息信息。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"chat_type": "single",
|
"chat_type": "single",
|
||||||
"external_userid": [
|
"external_userid": [
|
||||||
"woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA",
|
"woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA",
|
||||||
"wmqfasd1e1927831123109rBAAAA"
|
"wmqfasd1e1927831123109rBAAAA"
|
||||||
],
|
],
|
||||||
"sender": "zhangsan",
|
"sender": "zhangsan",
|
||||||
|
"allow_select": true,
|
||||||
"text": {
|
"text": {
|
||||||
"content": "文本消息内容"
|
"content": "文本消息内容"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user