From 430a0ee2578917bd7524515c3273e487c3f83171 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 01 四月 2025 17:04:44 +0800
Subject: [PATCH] fix:bug修复
---
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