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.HttpApi/LifePay/AccountController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs b/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs index 3f95827..804b358 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs @@ -21,6 +21,7 @@ private readonly IWebClientInfoProvider _webClientInfoProvider; + public AccountController( IAccountService accountService, IOptionsMonitor<OssSettings> optionsMonitor, -- Gitblit v1.9.1