From de906e51358b814f614fc1b0b595a298640c6e51 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 10 六月 2025 09:22:16 +0800
Subject: [PATCH] fix: 修改CreateOrUpdatePromoter Output

---
 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