mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
fix(tenpayv2): fix typo
This commit is contained in:
@@ -60,5 +60,12 @@
|
||||
[Newtonsoft.Json.JsonProperty("code_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("code_url")]
|
||||
public string? CodeUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置支付跳转链接。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("mweb_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("mweb_url")]
|
||||
public string? MobileWebUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,5 +60,12 @@
|
||||
[Newtonsoft.Json.JsonProperty("code_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("code_url")]
|
||||
public string? CodeUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置支付跳转链接。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("mweb_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("mweb_url")]
|
||||
public string? MobileWebUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user