mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48: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
|
||||
{
|
||||
@@ -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>
|
||||
|
Reference in New Issue
Block a user