From 6920541a35d1e340760c8f131d80f2530048aa40 Mon Sep 17 00:00:00 2001 From: stivn Date: Tue, 6 Dec 2022 12:32:59 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-avsession.md. Signed-off-by: stivn --- zh-cn/application-dev/reference/apis/js-apis-avsession.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 06e5f36722..b4eb655d42 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 | 否 | 子标题。 | -- GitLab