mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新文件防泄漏相关接口模型
This commit is contained in:
@@ -87,6 +87,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("file_info")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("file_info")]
|
||||
public string? FileInfo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置申请人姓名。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("applicant_name")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("applicant_name")]
|
||||
public string? ApplicantName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user