From f7b25f51b37f227120690dafb890e5669e632372 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 14:23:46 +0800 Subject: [PATCH] 实际到账金额 --- LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs | 41 +++++++++++++++++++++++++++++++---------- 1 files changed, 31 insertions(+), 10 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs index 88a9193..4c235b5 100644 --- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs +++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs @@ -600,11 +600,6 @@ /// </summary> public class WxPayDomesticRefundsRequest { - /// <summary> - /// 寰俊鏀粯璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬 - /// </summary> - [JsonProperty("transaction_id")] - public string TransactionId { get; set; } /// <summary> /// 鍟嗘埛璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬 @@ -630,11 +625,6 @@ [JsonProperty("notify_url")] public string NotifyUrl { get; set; } - /// <summary> - /// 閫�娆捐祫閲戞潵婧� - /// </summary> - [JsonProperty("funds_account")] - public string FundsAccount { get; set; } /// <summary> /// 閲戦淇℃伅 蹇呭~ @@ -773,5 +763,36 @@ } + public class WxPayTradeBillApplyRequest + { + /// <summary> + /// 寰俊鏀粯璁㈠崟鍙� + /// </summary> + [JsonProperty("out_bill_no")] + public string OutBillNo { get; set; } + } + public class WxPayTradeBillApplyReponse + { + /// <summary> + /// 寰俊鏀粯璁㈠崟鍙� + /// </summary> + [JsonProperty("transfer_bill_no")] + public string TransferBillNo { get; set; } + } + + public class WxPayTradeBillQueryRequest + { + /// <summary> + /// 寰俊鏀粯璁㈠崟鍙� + /// </summary> + [JsonProperty("transfer_bill_no")] + public string TransferBillNo { get; set; } + } + + public class WxPayTradeBillQueryReponse + { + [JsonProperty("download_url")] + public string DownloadUrl { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.1