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); }