zhengyuxuan
2025-03-24 662d69d10cee5630cc5673a364a6dff407288f4b
Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi
2个文件已修改
5 ■■■■■ 已修改文件
LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs
@@ -119,7 +119,7 @@
            });
            Configure<AbpAuditingOptions>(options =>
            {
                options.IsEnabledForGetRequests = false;
                options.IsEnabledForGetRequests = true;
                options.ApplicationName = "LifePaymentService";
            });
            Configure<AbpUnitOfWorkOptions>(options =>
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);