mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 13:26:42 +08:00
feat(tenpayv3): 随官方更新合单查询相关接口模型
This commit is contained in:
parent
e58c003dc3
commit
d2ecffba9b
@ -42,6 +42,13 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
|||||||
[Newtonsoft.Json.JsonProperty("payer_currency")]
|
[Newtonsoft.Json.JsonProperty("payer_currency")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("payer_currency")]
|
[System.Text.Json.Serialization.JsonPropertyName("payer_currency")]
|
||||||
public string PayerCurrency { get; set; } = default!;
|
public string PayerCurrency { get; set; } = default!;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置结算汇率(格式:外币兑换人民币的比例乘以 10 的 8 次方)。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("settlement_rate")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("settlement_rate")]
|
||||||
|
public long? SettlementRate { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"combine_appid": "wxd678efh567hg6787",
|
"combine_appid": "wxd678efh567hg6787",
|
||||||
"combine_out_trade_no": "20150806125346",
|
"combine_out_trade_no": "20150806125346",
|
||||||
"combine_mchid": "1900000109",
|
"combine_mchid": "1900000109",
|
||||||
@ -16,7 +16,8 @@
|
|||||||
"total_amount": 10,
|
"total_amount": 10,
|
||||||
"currency": "CNY",
|
"currency": "CNY",
|
||||||
"payer_amount": 10,
|
"payer_amount": 10,
|
||||||
"payer_currency": "CNY"
|
"payer_currency": "CNY",
|
||||||
|
"settlement_rate": 650000000
|
||||||
},
|
},
|
||||||
"success_time": "2015-05-20T13:29:35.120+08:00",
|
"success_time": "2015-05-20T13:29:35.120+08:00",
|
||||||
"transaction_id": "1009660380201506130728806387",
|
"transaction_id": "1009660380201506130728806387",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"combine_appid": "wxd678efh567hg6787",
|
"combine_appid": "wxd678efh567hg6787",
|
||||||
"combine_mchid": "1230000109",
|
"combine_mchid": "1230000109",
|
||||||
"combine_payer_info": {
|
"combine_payer_info": {
|
||||||
@ -16,7 +16,8 @@
|
|||||||
"total_amount": 10,
|
"total_amount": 10,
|
||||||
"payer_amount": 10,
|
"payer_amount": 10,
|
||||||
"currency": "CNY",
|
"currency": "CNY",
|
||||||
"payer_currency": "CNY"
|
"payer_currency": "CNY",
|
||||||
|
"settlement_rate": 650000000
|
||||||
},
|
},
|
||||||
"transaction_id": "1009660380201506130728806387",
|
"transaction_id": "1009660380201506130728806387",
|
||||||
"out_trade_no": "20150806125346",
|
"out_trade_no": "20150806125346",
|
||||||
|
Loading…
Reference in New Issue
Block a user