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.Host/LifePaymentServices.Application.Contracts.xml | 342 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 342 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 333407d..28b0129 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -22,6 +22,13 @@ </summary> <returns></returns> </member> + <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryPhoneOrder(LifePayment.Domain.Shared.QueryPhoneOrderRequestInput)"> + <summary> + 璇濊垂璁㈠崟鏌ヨ + </summary> + <param name="input"></param> + <returns></returns> + </member> <member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasParValue"> <summary> 鑾峰彇鐕冩皵闈㈠�� @@ -630,6 +637,31 @@ <member name="P:LifePayment.Application.Contracts.RefundUserLifePayOrderInput.UserId"> <summary> 鐢ㄦ埛Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AgentType"> + <summary> + 浠g悊绫诲瀷 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AreaProvinceId"> + <summary> + 鍖哄煙-鐪両d + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.AreaCityId"> + <summary> + 鍖哄煙-甯侷d + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.PromoterIdNumber"> + <summary> + 鎺ㄥ箍鍛業D + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateEditPayChannelsInput.PromoterName"> + <summary> + 鎺ㄥ箍鍛� </summary> </member> <member name="P:LifePayment.Application.Contracts.QueryUserAccountListInput.UserId"> @@ -1902,6 +1934,11 @@ 鐢ㄦ埛Id </summary> </member> + <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.PromoterIdNumber"> + <summary> + 鎺ㄥ箍鍛業D + </summary> + </member> <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.IsBackClientUser"> <summary> 鏄惁鏄悗鍙扮敤鎴� @@ -2112,6 +2149,311 @@ 缁撶畻鏃堕棿 </summary> </member> + <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.StartDate"> + <summary> + 鍒涘缓鐨勫紑濮嬫椂闂� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.EndDate"> + <summary> + 鍒涘缓鐨勭粨鏉熸椂闂� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.GetChannelConsultationsInput.SearchKey"> + <summary> + 鎼滅储鍏抽敭璇� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.Id"> + <summary> + Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CreationTime"> + <summary> + 鍜ㄨ鏃堕棿 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.Name"> + <summary> + 鍜ㄨ浜� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.AgentType"> + <summary> + 浠g悊绫诲瀷 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PhoneNumber"> + <summary> + 鑱旂郴鏂瑰紡 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CompanyName"> + <summary> + 鍏徃鍚嶇О + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.CustomerResources"> + <summary> + 瀹㈡埛璧勬簮 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterIdNumber"> + <summary> + ID + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterName"> + <summary> + 鎺ㄥ箍鍛� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.PromoterPhoneNumber"> + <summary> + 鑱旂郴鏂瑰紡 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.FollowupStatus"> + <summary> + 鍥炶鐘舵�� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.LastFollowupTime"> + <summary> + 鏈�杩戝洖璁� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationDto.FollowupRemark"> + <summary> + 鍥炶璁板綍 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.UserId"> + <summary> + 瀹㈡埛绔敤鎴稩d 濡傛湁 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.IdNumber"> + <summary> + 鎺ㄥ箍浜篒d + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.Name"> + <summary> + 鍜ㄨ浜� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.AgentType"> + <summary> + 浠g悊绫诲瀷 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.PhoneNumber"> + <summary> + 鑱旂郴鏂瑰紡 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.CompanyName"> + <summary> + 鍏徃鍚嶇О + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationInput.CustomerResources"> + <summary> + 瀹㈡埛璧勬簮 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.ChannelConsultationId"> + <summary> + 娓犻亾鍜ㄨId + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.FollowupStatus"> + <summary> + 鍥炶鐘舵�� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput.FollowupRemark"> + <summary> + 鍥炶璁板綍 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.CreatorId"> + <summary> + 鍥炶浜篒d + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.Creator"> + <summary> + 鍥炶浜� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.FollowupStatus"> + <summary> + 鍥炶鐘舵�� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.FollowupRemark"> + <summary> + 鍥炶璁板綍 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.ChannelConsultationFollowupDto.CreationTime"> + <summary> + 鍜ㄨ鏃堕棿 + </summary> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.GetPromoters(LifePayment.Application.Contracts.GetPromotersInput)"> + <summary> + 鑾峰彇鎺ㄥ箍鍛樺垪琛� + </summary> + <param name="input"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.GetPromoter(System.String)"> + <summary> + 鑾峰彇鎺ㄥ箍鍛樹俊鎭� + </summary> + <param name="phoneNumber"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultation(LifePayment.Application.Contracts.GetChannelConsultationsInput)"> + <summary> + 鑾峰彇娓犻亾鍜ㄨ鍒楄〃 + </summary> + <param name="input"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultationById(System.Guid)"> + <summary> + 鑾峰彇娓犻亾鍜ㄨId + </summary> + <param name="id"></param> + <returns></returns> + <exception cref="T:Volo.Abp.FriendlyException"></exception> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.GetChannelConsultationFollowupList(System.Guid)"> + <summary> + 鑾峰彇娓犻亾鍜ㄨ鍥炶璁板綍 + </summary> + <param name="id">娓犻亾鍜ㄨId</param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateOrUpdatePromoter(LifePayment.Application.Contracts.CreateOrUpdatePromoterInput)"> + <summary> + 鍒涘缓鎴栨洿鏂版帹骞垮憳 + </summary> + <param name="input"></param> + <returns></returns> + <exception cref="T:System.FormatException"></exception> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.SetClickCount(System.String)"> + <summary> + 鐐瑰嚮鏁�+1 + </summary> + <param name="idnumber"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateChannelConsultation(LifePayment.Application.Contracts.CreateChannelConsultationInput)"> + <summary> + 鐢宠娓犻亾鍜ㄨ + </summary> + <param name="input"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.IPromoterService.CreateChannelConsultationFollowup(LifePayment.Application.Contracts.CreateChannelConsultationFollowupInput)"> + <summary> + 鏂板鍥炶 + </summary> + <param name="input"></param> + <returns></returns> + </member> + <member name="P:LifePayment.Application.Contracts.GetPromotersInput.StartDate"> + <summary> + 鍒涘缓鐨勫紑濮嬫椂闂� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.GetPromotersInput.EndDate"> + <summary> + 鍒涘缓鐨勭粨鏉熸椂闂� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.GetPromotersInput.SearchKey"> + <summary> + 鎼滅储鍏抽敭璇� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.Id"> + <summary> + Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.CreationTime"> + <summary> + 鍜ㄨ鏃堕棿 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.IdNumber"> + <summary> + ID + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.Name"> + <summary> + 鎺ㄥ箍鍛� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.PhoneNumber"> + <summary> + 鑱旂郴鏂瑰紡 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.ClickCount"> + <summary> + 鐐瑰嚮鏁� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.ApplyCount"> + <summary> + 鐢宠鏁� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.PromoterDto.Remark"> + <summary> + 澶囨敞 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Id"> + <summary> + Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.UserId"> + <summary> + 瀹㈡埛绔敤鎴稩d 濡傛湁 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.IdNumber"> + <summary> + ID + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Name"> + <summary> + 鎺ㄥ箍鍛� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.PhoneNumber"> + <summary> + 鑱旂郴鏂瑰紡 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.CreateOrUpdatePromoterInput.Remark"> + <summary> + 澶囨敞 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId"> <summary> 鍏宠仈鍏崇郴ID -- Gitblit v1.9.1