project/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_UserFaceService.cs
@@ -73,12 +73,12 @@ } else { return WebResponseContent.Instance.Error("未找到匹配的用户信息"); return WebResponseContent.Instance.Error($"未找到匹配的用户信息,{result}"); } } else { return WebResponseContent.Instance.Error("未找到匹配的人脸信息"); return WebResponseContent.Instance.Error($"未找到匹配的人脸信息,{result}"); } } else @@ -111,6 +111,8 @@ }; } string str = Environment.CurrentDirectory; byte[] data = Convert.FromBase64String(model.Base64Image); string basePath = AppDomain.CurrentDomain.BaseDirectory + "Record\\"; if (!Directory.Exists(basePath))