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 06e5f3672299089afd3699f096da01303282da4b..b4eb655d42a6d52c485032822e344727c4eab344 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-avsession.md +++ b/zh-cn/application-dev/reference/apis/js-apis-avsession.md @@ -2506,7 +2506,7 @@ sendControlCommand(command: AVControlCommand): Promise\ **参数:** -| 名称 | 类型 | 必填 | 说明 | +| 参数名 | 类型 | 必填 | 说明 | | ------- | ------------------------------------- | ---- | ------------------------------ | | command | [AVControlCommand](#avcontrolcommand) | 是 | 会话的相关命令和命令相关参数。 | @@ -3056,7 +3056,7 @@ controller.off('outputDeviceChange'); | album | string | 否 | 专辑名称。 | | writer | string | 否 | 词作者。 | | composer | string | 否 | 作曲者。 | -| duration | string | 否 | 媒体时长,单位毫秒(ms)。 | +| duration | number | 否 | 媒体时长,单位毫秒(ms)。 | | mediaImage | image.PixelMap | string | 否 | 图片的像素数据或者图片路径地址(本地路径或网络路径)。 | | publishDate | Date | 否 | 发行日期。 | | subtitle | string | 否 | 子标题。 |