From 69fd468746d430cbdb5c63424f6e13a4f98a91fc Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期二, 18 三月 2025 13:11:25 +0800 Subject: [PATCH] 添加日志 --- LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs b/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs index f29bd19..fe09b50 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs +++ b/LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs @@ -150,6 +150,7 @@ cacheOptions.GlobalCacheEntryOptions.SlidingExpiration = TimeSpan.FromMinutes(20); }); this.Configure<ACOOLYOption>(configuration.GetSection("ACOOLY")); + this.Configure<InformationOption>(configuration.GetSection("WeiXinCgi")); } public override void OnApplicationInitialization(ApplicationInitializationContext context) -- Gitblit v1.9.1