From 95d5b5815069a4c4b3c04a085765c0147a22fbc8 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 18:03:17 +0800
Subject: [PATCH] fix: bug修复
---
LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs | 48 +++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 43 insertions(+), 5 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index d9e2d8b..c94907b 100644
--- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
+++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -613,11 +613,11 @@
[JsonProperty("out_refund_no")]
public string OutRefundNo { get; set; }
- /// <summary>
- /// 閫�娆惧師鍥�
- /// </summary>
- [JsonProperty("reason")]
- public string Reason { get; set; }
+ ///// <summary>
+ ///// 閫�娆惧師鍥�
+ ///// </summary>
+ //[JsonProperty("reason")]
+ //public string Reason { get; set; }
/// <summary>
/// 閫�娆剧粨鏋滃洖璋僽rl
@@ -721,6 +721,13 @@
[JsonProperty("amount")]
public Model_WxPayRetuenDomesticRefunds_Amount Amount { get; set; }
+
+ /// <summary>
+ /// 杩斿洖淇℃伅
+ /// </summary>
+ [JsonProperty("message")]
+ public string Message { get; set; }
+
}
public class Model_WxPayRetuenDomesticRefunds_Amount: Model_WxPayDomesticRefunds_Amount
@@ -763,5 +770,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