From bfd823a681cdc2d86a8af398e50a9c151cb41aac Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 03 四月 2025 13:39:26 +0800
Subject: [PATCH] 暂存

---
 LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs b/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
index aecaf8c..c865b61 100644
--- a/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
+++ b/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
@@ -21,6 +21,15 @@
         Task<ModelPayPrePayId> PayTransactionsJsAPI(ModelMiniPayRequest input);
 
         string GeneratePaySignByKey(string message);
-      
+
+        Task<WxPayDomesticRefundsReponse> WxPayDomesticRefunds(WxPayDomesticRefundsRequest input);
+
+        Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo);
+
+        Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo);
+
+        Task<WxPayTradeBillApplyReponse> WxPayTradeBillApply(WxPayTradeBillApplyRequest input);
+
+        Task<WxPayTradeBillQueryReponse> WxPayTradeBillQuery(WxPayTradeBillQueryRequest input);
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1