diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/WxaCode/WxaGetWxaCodeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/WxaCode/WxaGetWxaCodeRequest.cs index 96cbde545704576357fe708ae95936e9b68f0123..d5a9901c5e11bd50e6e7c0754ee5e695da8ace72 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/WxaCode/WxaGetWxaCodeRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/WxaCode/WxaGetWxaCodeRequest.cs @@ -1,4 +1,4 @@ -namespace SKIT.FlurlHttpClient.Wechat.Api.Models +namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /wxa/getwxacode 接口的请求。 @@ -66,5 +66,12 @@ [Newtonsoft.Json.JsonProperty("is_hyaline")] [System.Text.Json.Serialization.JsonPropertyName("is_hyaline")] public bool? IsHyaline { get; set; } + + /// + /// 获取或设置要打开的小程序版本。 + /// + [Newtonsoft.Json.JsonProperty("env_version")] + [System.Text.Json.Serialization.JsonPropertyName("env_version")] + public string? EnvironmentVersion { get; set; } } -} +} \ No newline at end of file