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"); } }