From a68f6783979d39738bf365483bdc0198266e317e Mon Sep 17 00:00:00 2001 From: ningning Date: Fri, 1 Sep 2023 02:54:48 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md. Signed-off-by: ningning --- .../reference/apis/js-apis-devicestatus-cooperate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md b/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md index 980c45ab91..6423fde96b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md +++ b/zh-cn/application-dev/reference/apis/js-apis-devicestatus-cooperate.md @@ -156,7 +156,7 @@ activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 20900001 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 20900001 | Operation failed. | **示例**: @@ -205,7 +205,7 @@ activate(targetNetworkId: string, inputDeviceId: number): Promise<void>; | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 20900001 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 20900001 | Operation failed. | **示例**: -- GitLab