From 0b38bccc9fa49d4f7ebccc9d3e0e1746c6efe26a Mon Sep 17 00:00:00 2001 From: jiaoyanlin3 Date: Wed, 19 Jul 2023 19:58:54 +0800 Subject: [PATCH] Avsession sample code and consistency issue cleaning Signed-off-by: jiaoyanlin3 --- .../reference/apis/js-apis-avsession.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-avsession.md b/zh-cn/application-dev/reference/apis/js-apis-avsession.md index e49f15c493..a6f8e610e2 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-avsession.md +++ b/zh-cn/application-dev/reference/apis/js-apis-avsession.md @@ -2390,8 +2390,8 @@ getOutputDevice(): Promise\ | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 600101 | Session service exception. | -| 600102 | The session does not exist. | +| 6600101 | Session service exception. | +| 6600102 | The session does not exist. | **示例:** @@ -2423,8 +2423,8 @@ getOutputDevice(callback: AsyncCallback\): void | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 600101 | Session service exception. | -| 600102 | The session does not exist. | +| 6600101 | Session service exception. | +| 6600102 | The session does not exist. | **示例:** @@ -3859,8 +3859,8 @@ getOutputDevice(): Promise\ | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 6600101 | Session service exception. | -| 6600103 | The session controller does not exist. | +| 600101 | Session service exception. | +| 600103 | The session controller does not exist. | **示例:** ```js @@ -3890,8 +3890,8 @@ getOutputDevice(callback: AsyncCallback\): void | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 6600101 | Session service exception. | -| 6600103 | The session controller does not exist. | +| 600101 | Session service exception. | +| 600103 | The session controller does not exist. | **示例:** -- GitLab