From 5b1e0cd79b93ffb4c784ad15886066623845f9e3 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 10 六月 2025 11:14:08 +0800 Subject: [PATCH] Merge branch 'dev-1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-1.3 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 4e9b5fa..ba46193 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/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); -- Gitblit v1.9.1