LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
@@ -24,7 +24,9 @@ Task<WxPayDomesticRefundsReponse> WxPayDomesticRefunds(WxPayDomesticRefundsRequest input); Task WxPayDomesticRefundsQuery(string outTradeNo); Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo); Task WxPayTradeQuery(string outTradeNo); Task<WxPayTradeBillApplyReponse> WxPayTradeBillApply(WxPayTradeBillApplyRequest input);