From 6cc1fae81a73188769943615806ff11c4c0f8553 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 09 六月 2025 16:40:38 +0800 Subject: [PATCH] pref:h5接口去掉认证限制 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 4e9b5fa..08e57d0 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> @@ -31,6 +30,13 @@ Task<PhoneParValueResponse> GetPhoneParValue(); /// <summary> + /// 璇濊垂璁㈠崟鏌ヨ + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input); + + /// <summary> /// 鑾峰彇鐕冩皵闈㈠�� /// </summary> /// <returns></returns> -- Gitblit v1.9.1