sunpengfei
2025-06-09 6cc1fae81a73188769943615806ff11c4c0f8553
LifePayment/LifePayment.HttpApi/LifePay/PromoterController.cs
@@ -50,6 +50,7 @@
        /// <param name="phoneNumber"></param>
        /// <returns></returns>
        [HttpGet]
        [AllowAnonymous]
        public async Task<PromoterDto> GetPromoter(string phoneNumber)
        {
            return await promoterService.GetPromoter(phoneNumber);
@@ -84,6 +85,7 @@
        /// <returns></returns>
        /// <exception cref="FriendlyException"></exception>
        [HttpGet]
        [AllowAnonymous]
        public async Task<ChannelConsultationDto> GetChannelConsultationById(Guid id)
        {
            return await promoterService.GetChannelConsultationById(id);