From 7b1d93a8a14c080bd777754972241be5a017e936 Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 5 Aug 2022 03:41:41 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=93=BE=E6=8E=A5=20Signed-o?= =?UTF-8?q?ff-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/device-dev/reference/hdi-apis/_executor_info.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/device-dev/reference/hdi-apis/_executor_info.md b/zh-cn/device-dev/reference/hdi-apis/_executor_info.md index b769eeab63..29f4d116ca 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_executor_info.md +++ b/zh-cn/device-dev/reference/hdi-apis/_executor_info.md @@ -18,12 +18,12 @@ | [sensorId](#sensorid) | 传感器ID,不同传感器在人脸/口令认证驱动内的唯一标识。 | | [executorType](#executortype) | 执行器类型,根据执行器支持的能力/算法类型进行分类。 | | [index](#index) | 用户认证框架的执行器索引。 | -| [executorRole](#executorrole) | 执行器角色ExecutorRole。 | +| [executorRole](#executorrole) | 执行器角色。 | | [authType](#authtype) | 用户认证凭据类型。 | | [esl](#esl) | 执行器安全等级。 | | [publicKey](#publickey) | 执行器公钥,用于校验该执行器私钥签名的信息。 | | [extraInfo](#extrainfo) | 其他相关信息,用于支持信息扩展。 | -| [info](#info) | 执行器注册信息ExecutorRegisterInfo。 | +| [info](#info) | 执行器注册信息。 | ## **详细描述** @@ -63,7 +63,7 @@ enum ExecutorSecureLevel ExecutorInfo::esl **描述:** -执行器安全等级ExecutorSecureLevel。 +执行器安全等级[ExecutorSecureLevel](_hdf_user_auth.md#executorsecurelevel)。 ### executorRole @@ -75,7 +75,7 @@ enum ExecutorRole ExecutorInfo::executorRole **描述:** -执行器角色ExecutorRole。 +执行器角色[ExecutorRole](_hdf_user_auth.md#executorrole)。 ### executorType -- GitLab