From a84d2ae80689d29724a78af3a1908b88649de7fa Mon Sep 17 00:00:00 2001 From: yaobaohua Date: Tue, 25 Jul 2023 20:17:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=82=B9=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yaobaohua --- .../reference/apis/js-apis-enterprise-deviceSettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-enterprise-deviceSettings.md b/zh-cn/application-dev/reference/apis/js-apis-enterprise-deviceSettings.md index 7c1d338716..9467f9a32a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-enterprise-deviceSettings.md +++ b/zh-cn/application-dev/reference/apis/js-apis-enterprise-deviceSettings.md @@ -201,7 +201,7 @@ installUserCertificate(admin: Want, certificate: CertBlob): Promise<string> | ------- | ---------------------------------------------------------------------------- | | 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 | **示例:** -- GitLab