提交 43723ae8 编写于 作者: Y yaobaohua

fix 句号

Signed-off-by: Nyaobaohua <yaobaohua1@huawei.com>
上级 7f624bd9
......@@ -201,7 +201,7 @@ installUserCertificate(admin: Want, certificate: CertBlob): Promise&lt;string&gt
| ------- | ---------------------------------------------------------------------------- |
| 9200001 | the application is not an administrator of the device. |
| 9200002 | the administrator application does not have permission to manage the device. |
| 9201001 | manage certificate failed |
| 9201001 | manage certificate failed. |
**示例:**
......@@ -258,7 +258,7 @@ uninstallUserCertificate(admin: Want, certUri: string, callback: AsyncCallback&l
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ---------------------------------------- | ---- | ------------------------------- |
| admin | [Want](js-apis-app-ability-want.md) | 是 | 设备管理应用。 |
| certUri | string | 是 | 证书uri,由安装用户证书接口返回 |
| certUri | string | 是 | 证书uri,由安装用户证书接口返回 |
| callback | AsyncCallback&lt;void&gt; | 是 | 回调函数,当接口调用成功,err为null,否则为错误对象。 |
**错误码**
......@@ -305,13 +305,13 @@ uninstallUserCertificate(admin: Want, certUri: string): Promise&lt;void&gt;
| 参数名 | 类型 | 必填 | 说明 |
| ----- | ----------------------------------- | ---- | ------- |
| admin | [Want](js-apis-app-ability-want.md) | 是 | 设备管理应用。 |
| certUri | string | 是 | 证书uri,由安装用户证书接口返回 |
| certUri | string | 是 | 证书uri,由安装用户证书接口返回 |
**返回值:**
| 类型 | 说明 |
| --------------------- | ------------------------- |
| Promise&lt;void&gt; | 无返回结果的Promise对象。当指定设备管理应用卸载用户证书失败时会抛出错误对象 |
| Promise&lt;void&gt; | 无返回结果的Promise对象。当指定设备管理应用卸载用户证书失败时会抛出错误对象 |
**错误码**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册