lingling
2025-03-24 1ad1a766ebbbd0cae7dc679b80692b5f71898a0a
fix get
1个文件已修改
2 ■■■ 已修改文件
LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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 =>