mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
style(wxapi): clean code
This commit is contained in:
parent
b38561e558
commit
38f1f4b1ce
@ -55,17 +55,17 @@
|
||||
public bool? IsHyaline { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 检查page 是否存在,为 true 时 page 必须是已经发布的小程序存在的页面(否则报错);为 false 时允许小程序未发布或者 page 不存在, 但page 有数量上限(60000个)请勿滥用
|
||||
/// 获取或设置是否检查页面路径否存在。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("check_path")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("check_path")]
|
||||
public bool? IsCheckPath { get; set; }
|
||||
public bool? RequireCheckPagePath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 要打开的小程序版本。正式版为 "release",体验版为 "trial",开发版为 "develop"
|
||||
/// 获取或设置要打开的小程序版本。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("env_version")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("env_version")]
|
||||
public string? EnvVersion { get; set; }
|
||||
public string? EnvironmentVersion { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user