diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs index 052d2a8a2ea15f4b474b3fb63c0d4f0ed78e55fe..d524df5055c4af44b5d648dcad555ec7eae2e2c5 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs @@ -37,7 +37,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models /// [Newtonsoft.Json.JsonProperty("name_list")] [System.Text.Json.Serialization.JsonPropertyName("name_list")] - public string Names { get; set; } = default!; + public string[]? Names { get; set; } = default!; } }