LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -192,6 +192,7 @@ /// <returns></returns> Task<PageOutput<LifePayOrderListOutput>> GetLifePayOrderPage(QueryLifePayOrderListInput input); Task<PageOutput<LifePayOrderListOutput>> GetLifePayRefundOrderPage(QueryLifePayRefundOrderListInput input); /// <summary> /// 获取订单详情 @@ -250,6 +251,8 @@ Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input); Task<string> GetBillErceiptExport(string orderNo); /// <summary> /// 设置生活缴费支付类型 /// </summary>