zhengyiming
2025-03-25 a065812d64d67ee3e1927cc45c51fac9b21e44f9
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -153,9 +153,8 @@
        /// 获取渠道折扣
        /// </summary>
        /// <returns></returns>
        [HttpGet]
        [HttpPost]
        [AllowAnonymous]
        [ChannelFilter]
        public async Task<ChannelRateOutput> GetChannelRate(ChannelsBaseInput input)
        {
            return await _lifePayService.GetChannelRate(input);