zhengyuxuan
2025-03-31 95798bbe8e398d3dd75926e18dfef2e14d1bc7cc
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -298,7 +298,9 @@
    /// </summary>
    /// <param name="outTradeNo"></param>
    /// <returns></returns>
    Task WxPayTradeQuery(string outTradeNo);
    Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo);
    /// <summary>
    /// 设置生活缴费支付类型
@@ -326,5 +328,9 @@
    /// <exception cref="UserFriendlyException"></exception>
    Task<string> GetPayQRCode(LifePayTypeEnum payType, string outTradeNo, string description, decimal amount, string ip, string h5Type);
    Task<bool> CheckChannelsStatus(string channlesId);
}