From d723d5c1413bb38ceb7d7404f4817e6540c3c2a0 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 12 六月 2025 16:18:33 +0800
Subject: [PATCH] 人脸识别

---
 project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
index 2707487..c99bbb3 100644
--- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
+++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -25,11 +25,9 @@
     [ApiController]
     public class Sys_UserController : ApiBaseController<ISys_UserService, Sys_User>
     {
-        private readonly IHttpContextAccessor _httpContextAccessor;
 
-        public Sys_UserController(ISys_UserService userService, IHttpContextAccessor httpContextAccessor) : base(userService)
+        public Sys_UserController(ISys_UserService userService) : base(userService)
         {
-            _httpContextAccessor = httpContextAccessor;
         }
         [HttpPost, Route("FaceCompareFeature"), AllowAnonymous]
         public WebResponseContent FaceCompareFeature(string file1, string file2)

--
Gitblit v1.9.3