mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(tenpayv3): 新增境外支付融合钱包订单相关接口
This commit is contained in:
@@ -211,10 +211,11 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Events
|
||||
public DateTimeOffset? EndTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置汇率字符串(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||
/// 获取或设置汇率(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("rate")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("rate")]
|
||||
public string? ExchangeRateString { get; set; }
|
||||
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
|
||||
public long? ExchangeRate { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -41,10 +41,11 @@
|
||||
public string DateString { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置汇率字符串(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||
/// 获取或设置汇率(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("rate")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("rate")]
|
||||
public string ExchangeRateString { get; set; } = default!;
|
||||
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
|
||||
public long? ExchangeRate { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
@@ -31,7 +31,7 @@
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("usetag")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("usetag")]
|
||||
public int SettlementStatus { get; set; }
|
||||
public int SettleState { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置交易开始日期字符串(格式:yyyyMMdd)。
|
||||
|
Reference in New Issue
Block a user