LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -1,4 +1,5 @@ using LifePayment.Domain.Shared; using Alipay.EasySDK.Payment.Common.Models; using LifePayment.Domain.Shared; using System; using System.Collections.Generic; using System.Threading.Tasks; @@ -271,6 +272,8 @@ Task<string> GetBillErceiptExport(string orderNo); Task<AlipayTradeQueryResponse> QueryGetAlipayTrade(OrderInQuiryInput input); /// <summary> /// 设置生活缴费支付类型 /// </summary>