mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
feat(work): 随官方更新发送应用消息接口响应模型
This commit is contained in:
parent
e400cd237e
commit
0cd1af3f24
@ -32,6 +32,15 @@
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.TextualIntegerArrayWithPipeSplitConverter))]
|
||||
public int[]? InvalidTagIdList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置没有基础接口许可的成员账号列表。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("unlicenseduser")]
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.TextualStringArrayWithPipeSplitConverter))]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("unlicenseduser")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.TextualStringArrayWithPipeSplitConverter))]
|
||||
public string[]? UnlicensedUserIdList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置消息 ID。
|
||||
/// </summary>
|
||||
|
@ -4,6 +4,7 @@
|
||||
"invaliduser": "userid1|userid2",
|
||||
"invalidparty": "1|2",
|
||||
"invalidtag": "3|4",
|
||||
"unlicenseduser": "userid3|userid4",
|
||||
"msgid": "xxxx",
|
||||
"response_code": "xyzxyz"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user