mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
Merge branch 'main' of https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
This commit is contained in:
@@ -37,7 +37,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("name_list")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("name_list")]
|
||||
public string Names { get; set; } = default!;
|
||||
public string[]? Names { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user