lingling
2025-03-24 384ce2060d3422341f96c2f897e807b52d15cb0c
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);