From 7163e8f90eea8fbb8a08a5286b72b04e29d60ee0 Mon Sep 17 00:00:00 2001 From: yangbo Date: Wed, 30 Aug 2023 15:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=A4=A7=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=95=B0=E9=87=8F=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbo Change-Id: I1eb666117aac3667cdf377c5958aac17cffb00b0 --- .../reference/apis/js-apis-photoAccessHelper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5581b48dc7..6b43f8f7da 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。 | **返回值:** -- GitLab