Skip to content

Commit f23f5f6

Browse files
committed
2 parents 3feeee2 + 51fd5a2 commit f23f5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinService/CgibinServiceGetAuthInfoResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class CorpExtraName
3737
/// </summary>
3838
[Newtonsoft.Json.JsonProperty("name_list")]
3939
[System.Text.Json.Serialization.JsonPropertyName("name_list")]
40-
public string Names { get; set; } = default!;
40+
public string[]? Names { get; set; } = default!;
4141
}
4242
}
4343

0 commit comments

Comments
 (0)