From a3d168728185810bb6756e4068b39f928918d9ff Mon Sep 17 00:00:00 2001 From: ningning Date: Fri, 1 Sep 2023 02:53:54 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-cooperate.md. Signed-off-by: ningning --- zh-cn/application-dev/reference/apis/js-apis-cooperate.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-cooperate.md b/zh-cn/application-dev/reference/apis/js-apis-cooperate.md index 2bc41d10e7..14738c3a7a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-cooperate.md +++ b/zh-cn/application-dev/reference/apis/js-apis-cooperate.md @@ -108,8 +108,8 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCal | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 4400001 | 当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。 | -| 4400002 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 4400001 | Incorrect descriptor for the target device. | +| 4400002 | Screen hop failed. | **示例**: @@ -158,8 +158,8 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\ | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 4400001 | 当调用键鼠穿越接口传入无效的设备描述符参数时,系统会产生此错误码。 | -| 4400002 | 当调用键鼠穿越接口时穿越状态异常,系统会产生此错误码。 | +| 4400001 | Incorrect descriptor for the target device. | +| 4400002 | Screen hop failed. | **示例**: -- GitLab