zhengyuxuan
2025-03-31 d7399b083de823860a56b68c79f8e36603fb4ea3
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -300,6 +300,8 @@
    /// <returns></returns>
    Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo);
    /// <summary>
    /// 设置生活缴费支付类型
    /// </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);
}