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 1fd4cf63a1f1d1aa938b1b65b5247169a5382c6e..5701d8ee5ee6eaec1a8178f59df27bd6b571ba3b 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证书对象 | **错误码:**