提交 7163e8f9 编写于 作者: Y yangbo

增加最大删除数量说明

Signed-off-by: Nyangbo <yangbo258@huawei.com>
Change-Id: I1eb666117aac3667cdf377c5958aac17cffb00b0
上级 ed97251d
......@@ -1169,7 +1169,7 @@ createDeleteRequest(uriList: Array&lt;string&gt;, callback: AsyncCallback&lt;voi
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ------------------------- | ---- | ---------- |
| uriList | Array&lt;string&gt; | 是 | 待删除的媒体文件uri数组。 |
| uriList | Array&lt;string&gt; | 是 | 待删除的媒体文件uri数组,最大删除数量300。 |
| callback | AsyncCallback&lt;void&gt; | 是 | callback返回void。 |
**错误码:**
......@@ -1227,7 +1227,7 @@ createDeleteRequest(uriList: Array&lt;string&gt;): Promise&lt;void&gt;;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ------------------------- | ---- | ---------- |
| uriList | Array&lt;string&gt; | 是 | 待删除的媒体文件uri数组。 |
| uriList | Array&lt;string&gt; | 是 | 待删除的媒体文件uri数组,最大删除数量300。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册