From ad8e329a739839bf5ce80b42d931b655c2c20356 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 09 六月 2025 15:40:30 +0800
Subject: [PATCH] feat:新增接口x2 GET​/api​/Promoter​/GetChannelConsultationById获取渠道咨询Id GET​/api​/Promoter​/GetPromoter获取推广员信息

---
 LifePayment/LifePayment.Application.Contracts/Promoter/IPromoterService.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/Promoter/IPromoterService.cs b/LifePayment/LifePayment.Application.Contracts/Promoter/IPromoterService.cs
index ff7afbd..c73b5e8 100644
--- a/LifePayment/LifePayment.Application.Contracts/Promoter/IPromoterService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/Promoter/IPromoterService.cs
@@ -5,6 +5,7 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using Volo.Abp;
 using Volo.Abp.Application.Services;
 using Volo.Abp.AutoMapper;
 using Volo.Abp.Users;
@@ -24,6 +25,13 @@
         Task<PageOutput<PromoterDto>> GetPromoters(GetPromotersInput input);
 
         /// <summary>
+        /// 鑾峰彇鎺ㄥ箍鍛樹俊鎭�
+        /// </summary>
+        /// <param name="phoneNumber"></param>
+        /// <returns></returns>
+        Task<PromoterDto> GetPromoter(string phoneNumber);
+
+        /// <summary>
         /// 鑾峰彇娓犻亾鍜ㄨ鍒楄〃
         /// </summary>
         /// <param name="input"></param>
@@ -31,6 +39,14 @@
         Task<PageOutput<ChannelConsultationDto>> GetChannelConsultation(GetChannelConsultationsInput input);
 
         /// <summary>
+        /// 鑾峰彇娓犻亾鍜ㄨId
+        /// </summary>
+        /// <param name="id"></param>
+        /// <returns></returns>
+        /// <exception cref="FriendlyException"></exception>
+        Task<ChannelConsultationDto> GetChannelConsultationById(Guid id);
+
+        /// <summary>
         /// 鑾峰彇娓犻亾鍜ㄨ鍥炶璁板綍
         /// </summary>
         /// <param name="id">娓犻亾鍜ㄨId</param>

--
Gitblit v1.9.1