We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3feeee2 + 51fd5a2 commit f23f5f6Copy full SHA for f23f5f6
src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs
@@ -37,7 +37,7 @@ public class CorpExtraName
37
/// </summary>
38
[Newtonsoft.Json.JsonProperty("name_list")]
39
[System.Text.Json.Serialization.JsonPropertyName("name_list")]
40
- public string Names { get; set; } = default!;
+ public string[]? Names { get; set; } = default!;
41
}
42
43
0 commit comments