feat(tenpayv3): 新增境外支付融合钱包订单相关接口

This commit is contained in:
Fu Diwei
2022-02-25 16:20:07 +08:00
parent efb7e948ed
commit 9118dd0fef
91 changed files with 4153 additions and 21 deletions

View File

@@ -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; }
}
}

View File

@@ -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!;
}
}

View File

@@ -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