From d935ac416d3290fa75bc20ede31a91728ec6d485 Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Sat, 29 Nov 2025 15:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=A4=A7=E5=8D=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/ServiceControllers/DaHuaAiController.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAuth.WebApi/Controllers/ServiceControllers/DaHuaAiController.cs b/OpenAuth.WebApi/Controllers/ServiceControllers/DaHuaAiController.cs index 0113d25..f376ec9 100644 --- a/OpenAuth.WebApi/Controllers/ServiceControllers/DaHuaAiController.cs +++ b/OpenAuth.WebApi/Controllers/ServiceControllers/DaHuaAiController.cs @@ -22,11 +22,12 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers private readonly string ak = "e3d019924e7f40089bcffba4"; private readonly string sk = "cf83a12caa155b994eb34fa9"; private readonly string baseUrl = "https://123.132.248.154:6405"; - private readonly RabbitMqListenerService _listener; + //private readonly RabbitMqListenerService _listener; private readonly DaHuaAiApp _app; + //public DaHuaAiController(RabbitMqListenerService listener, DaHuaAiApp app) public DaHuaAiController(RabbitMqListenerService listener, DaHuaAiApp app) { - _listener = listener; + //_listener = listener; _app = app; } private async Task> PostJsonAsync(string path, object body)