zhengyiming
2025-03-24 caa3547fd5c7ac15c1b6c6df2cc38db4bd23cf09
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);