From 4c3ac42be64eae9c92d9b876b16312d5de46338e Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 16 八月 2024 14:16:49 +0800 Subject: [PATCH] 完成身份证上传验证接口,完成创建人脸库,创建人员库 --- cylsg/EzTencentCloud/ITencentCloudService.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/cylsg/EzTencentCloud/ITencentCloudService.cs b/cylsg/EzTencentCloud/ITencentCloudService.cs index 8a43e16..338aef4 100644 --- a/cylsg/EzTencentCloud/ITencentCloudService.cs +++ b/cylsg/EzTencentCloud/ITencentCloudService.cs @@ -13,6 +13,7 @@ /// </summary> public interface ITencentCloudService: IScoped { + #region orc 鍥炬枃璇嗗埆 /// <summary> /// 韬唤璇佽瘑鍒紝骞跺壀瑁� /// </summary> @@ -25,5 +26,10 @@ /// </summary> /// <returns></returns> string GetIdCordImg(); + #endregion + #region iai 浜鸿劯璇嗗埆 + public void IaiCreatGroup(); + #endregion + } } -- Gitblit v1.9.1