sunpengfei
2025-06-10 08371f70becf10a003005b79a33fc393ba4efaf3
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -11,7 +11,6 @@
public interface ILifePayService : IApplicationService
{
    /// <summary>
    /// 获取电费面值
    /// </summary>
@@ -29,6 +28,13 @@
    /// </summary>
    /// <returns></returns>
    Task<PhoneParValueResponse> GetPhoneParValue();
    /// <summary>
    /// 话费订单查询
    /// </summary>
    /// <param name="input"></param>
    /// <returns></returns>
    Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input);
    /// <summary>
    /// 获取燃气面值
@@ -276,6 +282,7 @@
    Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
    Task<List<LifePayOrderListTemplateForChannle>> GetLifePayOrderPageExportForChannle(QueryLifePayOrderListInput input);
    Task<List<LifePayRefundOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input);