mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
fix(work): 第三方应用开启付费版本时,CgibinServiceGetAuthInfoResponse 会返回当前生效版本信息,补充遗漏的版本信息属性
This commit is contained in:
@@ -270,6 +270,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("agent")]
|
||||
public Types.Agent[] AgentList { get; set; } = default!;
|
||||
}
|
||||
|
||||
public class Edition : CgibinServiceGetPermanentCodeResponse.Types.Edition
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -292,5 +297,12 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("auth_info")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("auth_info")]
|
||||
public Types.Authorization? Authorization { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置当前版本信息。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("edition_info")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("edition_info")]
|
||||
public Types.Edition? Edition { get;set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user