diff --git a/zh-cn/application-dev/reference/apis/js-apis-photoAccessHelper.md b/zh-cn/application-dev/reference/apis/js-apis-photoAccessHelper.md index bcc5ddc53dd5e41a8ad3643f5f219fd28ab24c52..4bc6f67cfa6a3f5118bfb669fb536f0713eff7d1 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-photoAccessHelper.md +++ b/zh-cn/application-dev/reference/apis/js-apis-photoAccessHelper.md @@ -1169,7 +1169,7 @@ createDeleteRequest(uriList: Array<string>, callback: AsyncCallback<voi | 参数名 | 类型 | 必填 | 说明 | | -------- | ------------------------- | ---- | ---------- | -| uriList | Array<string> | 是 | 待删除的媒体文件uri数组。 | +| uriList | Array<string> | 是 | 待删除的媒体文件uri数组,最大删除数量300。 | | callback | AsyncCallback<void> | 是 | callback返回void。 | **错误码:** @@ -1227,7 +1227,7 @@ createDeleteRequest(uriList: Array<string>): Promise<void>; | 参数名 | 类型 | 必填 | 说明 | | -------- | ------------------------- | ---- | ---------- | -| uriList | Array<string> | 是 | 待删除的媒体文件uri数组。 | +| uriList | Array<string> | 是 | 待删除的媒体文件uri数组,最大删除数量300。 | **返回值:**