移动系统liao
2024-08-16 4c3ac42be64eae9c92d9b876b16312d5de46338e
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");
    }
}