From b463e74fdbc6cb88dd4c657783a9accccbf55675 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 16 四月 2025 13:29:17 +0800 Subject: [PATCH] fix: 修改数据库密码 --- LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs b/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs index def0a92..c865b61 100644 --- a/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs +++ b/LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs @@ -26,7 +26,7 @@ Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo); - Task<WxPayDomesticRefundsQueryReponse> WxPayTradeQuery(string outTradeNo); + Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo); Task<WxPayTradeBillApplyReponse> WxPayTradeBillApply(WxPayTradeBillApplyRequest input); -- Gitblit v1.9.1