feat(work): 随官方更新创建企业群发接口模型

This commit is contained in:
fudiwei
2022-12-02 20:32:35 +08:00
parent 6873262aeb
commit e5ededab3c
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
@@ -188,6 +188,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[System.Text.Json.Serialization.JsonPropertyName("sender")]
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>

View File

@@ -1,10 +1,11 @@
{
{
"chat_type": "single",
"external_userid": [
"woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA",
"wmqfasd1e1927831123109rBAAAA"
],
"sender": "zhangsan",
"allow_select": true,
"text": {
"content": "文本消息内容"
},