mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新发送普通邮件接口模型
This commit is contained in:
@@ -291,5 +291,14 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("meeting")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("meeting")]
|
||||
public Types.Meeting? Meeting { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否开启 ID 转译。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("enable_id_trans")]
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.NumericalNullableBooleanConverter))]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("enable_id_trans")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumericalNullableBooleanConverter))]
|
||||
public bool? EnableIdTransform { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"to": {
|
||||
"emails": [ "word@bgjkcsqy.wecom.work", "jyan1@tiyantest.wang" ],
|
||||
"userids": [ "william" ]
|
||||
@@ -57,5 +57,6 @@
|
||||
"meeting_admins": {
|
||||
"userids": [ "zoro" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"enable_id_trans": 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user