zhengyuxuan
2025-03-19 5f1c741dc7ecfc26d256b2413cdf54e7c39f47e2
LifePayment/LifePayment.Host/LifePaymentServiceHostModule.cs
@@ -150,6 +150,7 @@
                cacheOptions.GlobalCacheEntryOptions.SlidingExpiration = TimeSpan.FromMinutes(20);
            });
            this.Configure<ACOOLYOption>(configuration.GetSection("ACOOLY"));
            this.Configure<Config>("AliPayEcsign", configuration.GetSection("AliPayEcsign"));
            this.Configure<InformationOption>(configuration.GetSection("WeiXinCgi"));
        }