未验证 提交 c6ad92d1 编写于 作者: O openharmony_ci 提交者: Gitee

!23519 删除弹窗增加删除数量限制说明

Merge pull request !23519 from yangbo/master
......@@ -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。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册