From 967fe41d26928293ec3cc2a9e5189fe59cae08f0 Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Sat, 15 Oct 2022 10:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- .../reference/errorcodes/errorcode-device-manager.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-device-manager.md b/zh-cn/application-dev/reference/errorcodes/errorcode-device-manager.md index 3254281471..0f5fe6d0c0 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-device-manager.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-device-manager.md @@ -14,7 +14,7 @@ Failed to execute the function. 重新调用接口再次触发调用。 -### 11600102 获取服务失败 +## 11600102 获取服务失败 ### 错误信息 @@ -28,7 +28,7 @@ Failed to obtain the service. 检查服务是否正常启动,重新获取服务。 -### 11600103 认证业务不可用 +## 11600103 认证业务不可用 ### 错误信息 @@ -42,7 +42,7 @@ Authentication invalid. 等待上一次认证业务结束,重新发起认证调用。 -### 11600104 发现业务不可用 +## 11600104 发现业务不可用 ### 错误信息 @@ -56,7 +56,7 @@ Discovery invalid. 等待上一次发现业务结束,重新发起发现调用。 -### 11600105 发布业务不可用 +## 11600105 发布业务不可用 ### 错误信息 -- GitLab