From 4f310ac7b943bc0e18ea0a271305be8517d91e27 Mon Sep 17 00:00:00 2001 From: keminLuo Date: Thu, 25 May 2023 16:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Exts=5Fdevice=5Fattest?= =?UTF-8?q?=E7=9A=84JS=E6=8E=A5=E5=8F=A3=E5=BC=80=E5=8F=91=E9=85=8D?= =?UTF-8?q?=E5=A5=97=E8=B5=84=E6=96=99=20Signed-off-by:=20=E7=BD=97?= =?UTF-8?q?=E9=94=AE=E9=93=AD=20<541416002@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/apis/js-apis-deviceAttest.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceAttest.md b/zh-cn/application-dev/reference/apis/js-apis-deviceAttest.md index 2920966b52..27ad7a5441 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceAttest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceAttest.md @@ -27,7 +27,7 @@ getAttestStatus(callback: AsyncCallback<AttestResultInfo>) : void | 参数名 | 类型 | 必填 | 说明 | | -------- | ----------------------------------------------------------- | ---- | ------------------------------------------------------------ | -| callback | AsyncCallback<[AttestResultInfo](#AttestResultInfo)> | 是 | 回调函数。当获取端云校验结果的详细信息成功,error为undefined,result为获取到的[AttestResultInfo](#AttestResultInfo);否则为错误对象。 | +| callback | AsyncCallback<[AttestResultInfo](#attestresultinfo)> | 是 | 回调函数。当获取端云校验结果的详细信息成功,error为undefined,result为获取到的[AttestResultInfo](#attestresultinfo);否则为错误对象。 | **错误码:** @@ -68,7 +68,7 @@ getAttestStatus() : Promise<AttestResultInfo> | 类型 | 说明 | | ----------------------------------------------------- | ------------------------------- | -| Promise<[AttestResultInfo](#AttestResultInfo)> | Promise对象,返回端云校验结果的详细信息。 | +| Promise<[AttestResultInfo](#attestresultinfo)> | Promise对象,返回端云校验结果的详细信息。 | **错误码:** @@ -107,7 +107,7 @@ getAttestStatusSync() : AttestResultInfo | 类型 | 说明 | | ----------------------------------------------------- | ------------------------------- | -| [AttestResultInfo](#AttestResultInfo) | 返回端云校验结果的详细信息。 | +| [AttestResultInfo](#attestresultinfo) | 返回端云校验结果的详细信息。 | **错误码:** @@ -131,7 +131,7 @@ try { } ``` -## AttestResultInfo +## AttestResultInfo 端云校验结果的详细信息。 -- GitLab