mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
feat(wxapi): 随官方更新生成小程序码接口请求模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /wxa/getwxacode 接口的请求。</para>
|
||||
@@ -66,5 +66,12 @@
|
||||
[Newtonsoft.Json.JsonProperty("is_hyaline")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("is_hyaline")]
|
||||
public bool? IsHyaline { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置要打开的小程序版本。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("env_version")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("env_version")]
|
||||
public string? EnvironmentVersion { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user