From 7166072b84dc372027c9a1fa7d52b05223963196 Mon Sep 17 00:00:00 2001 From: haixiangw Date: Mon, 19 Jun 2023 05:43:32 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9API10=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: haixiangw --- .../reference/apis/js-apis-cert.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-cert.md b/zh-cn/application-dev/reference/apis/js-apis-cert.md index 1fd4cf63a1..5701d8ee5e 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-cert.md +++ b/zh-cn/application-dev/reference/apis/js-apis-cert.md @@ -1207,10 +1207,10 @@ createCertExtension(inStream : EncodingBlob, callback : AsyncCallback10+)> | 是 | 回调函数。表示扩展域段对象 | +| 参数名 | 类型 | 必填 | 说明 | +| -------- | ------------------------------------------------- | ---- | -------------------------- | +| inStream | [EncodingBlob](#encodingblob) | 是 | 表示证书扩展域段序列化数据 | +| callback | AsyncCallback\<[CertExtension](#certextension10)> | 是 | 回调函数。表示扩展域段对象 | **错误码:** @@ -1255,9 +1255,9 @@ createCertExtension(inStream : EncodingBlob) : Promise **返回值**: -| 类型 | 说明 | -| ------------------------------------------------------- | -------------------- | -| Promise\<[CertExtension](#certextension10+)> | 表示证书扩展域段对象 | +| 类型 | 说明 | +| ------------------------------------------- | -------------------- | +| Promise\<[CertExtension](#certextension10)> | 表示证书扩展域段对象 | **错误码:** @@ -2099,7 +2099,7 @@ getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry | 类型 | 说明 | | ------------ | -------------------- | -| [X509CrlEntry](#509crlentry) | 表示被吊销X509证书对象 | +| [X509CrlEntry](#x509crlentry) | 表示被吊销X509证书对象 | **错误码:** -- GitLab