From ee5e3a086a5dc145e7f5df3de32e0e072c183949 Mon Sep 17 00:00:00 2001
From: z8018 <1282578289@qq.com>
Date: 星期五, 06 六月 2025 15:19:40 +0800
Subject: [PATCH] 1

---
 project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserService.cs |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserService.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserService.cs
index 6c62ad4..9b18838 100644
--- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserService.cs
+++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserService.cs
@@ -260,10 +260,10 @@
                     //result = FaceCompare.FaceIdentifyByBuffer(image, groupIdList, userId);
                     break;
                 case "url":
-                    result = FaceCompare.FaceIdentify(image, groupIdList, userId);
+                    //result = FaceCompare.FaceIdentify(image, groupIdList, userId);
                     break;
                 case "token":
-                    result = FaceCompare.FaceIdentifyByFeature(image, groupIdList, userId);
+                    //result = FaceCompare.FaceIdentifyByFeature(image, groupIdList, userId);
                     break;
                 default:
                     break;
@@ -281,9 +281,11 @@
         {
             try
             {
-                var result = FaceCompare.match(file1, file2);
-                string buf = Marshal.PtrToStringAnsi(result);
-                return buf;
+                //var result = FaceCompare.match(file1, file2);
+                //string buf = Marshal.PtrToStringAnsi(result);
+                //return buf;
+
+                return string.Empty; // 杩欓噷闇�瑕佹浛鎹负瀹為檯鐨勪汉鑴告瘮瀵归�昏緫
             }
             catch (Exception e)
             {

--
Gitblit v1.9.3