From 4c3ac42be64eae9c92d9b876b16312d5de46338e Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 16 八月 2024 14:16:49 +0800 Subject: [PATCH] 完成身份证上传验证接口,完成创建人脸库,创建人员库 --- cylsg/EzUpFile/IEzFileUploadService.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/cylsg/EzUpFile/IEzFileUploadService.cs b/cylsg/EzUpFile/IEzFileUploadService.cs index 3af7ecc..e135c0b 100644 --- a/cylsg/EzUpFile/IEzFileUploadService.cs +++ b/cylsg/EzUpFile/IEzFileUploadService.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; +using TencentCloud.Ocr.V20181119.Models; namespace EzUpFile { @@ -26,5 +27,16 @@ /// <returns></returns> Task<bool> DelFile(string Path); + /// <summary> + /// 涓婁紶韬唤璇� + /// </summary> + /// <param name="Path"></param> + /// <returns></returns> + Task<(IDCardOCRResponse, string)> UpIdCord(string PageName = "FRONT"); + } + + + + } -- Gitblit v1.9.1