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 393e34e407a06b0938306841fb30f8d63995797d..e49f15c493333fca202a905ec5f9be1d9e85aeef 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-avsession.md +++ b/zh-cn/application-dev/reference/apis/js-apis-avsession.md @@ -433,7 +433,7 @@ castAudio(session: SessionToken | 'all', audioDevices: Array | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 6600101 | Session service exception. | -| 6600102 | The session does not exist. | +| 600101 | Session service exception. | +| 600102 | The session does not exist. | **示例:** @@ -2423,8 +2423,8 @@ getOutputDevice(callback: AsyncCallback\): void | 错误码ID | 错误信息 | | -------- | ---------------------------------------- | -| 6600101 | Session service exception. | -| 6600102 | The session does not exist. | +| 600101 | Session service exception. | +| 600102 | The session does not exist. | **示例:**