mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +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>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("name_list")]
|
[Newtonsoft.Json.JsonProperty("name_list")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("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