zhengyuxuan
2025-03-21 ecc217f694e03e660ef54bbada24fcb4ee59a728
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -10,9 +10,7 @@
public interface ILifePayService : IApplicationService
{
    //Task<ElectricParValueResponse> GetTopStatistics();
    Task<TopStatisticsOutput> GetTopStatistics();
    /// <summary>
    /// 获取电费面值
@@ -202,6 +200,10 @@
    /// <returns></returns>
    Task<LifePayOrderOutput> GetLifePayOrderDetail(string orderNo);
    Task<LifePayRefundOrderOutput> GetLifePayRefundOrderDetail(string orderNo);
    /// <summary>
    /// 根据订单号获取支付状态
    /// </summary>
@@ -248,6 +250,8 @@
    Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
    Task<string> GetBillErceiptExport(string orderNo);
    /// <summary>
    /// 设置生活缴费支付类型
    /// </summary>