From a6325d1a9bd8d5a9b9c6424b3cb6d0c898309d30 Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期一, 17 三月 2025 14:27:16 +0800 Subject: [PATCH] 添加Map --- LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs b/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs index ede9205..adfdb5a 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs +++ b/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs @@ -149,7 +149,7 @@ cacheOptions.KeyPrefix = "LifePaymentServices_"; cacheOptions.GlobalCacheEntryOptions.SlidingExpiration = TimeSpan.FromMinutes(20); }); - + this.Configure<ACOOLYOption>(configuration.GetSection("ACOOLY")); } public override void OnApplicationInitialization(ApplicationInitializationContext context) -- Gitblit v1.9.1