提交 09b88d0f 编写于 作者: L lovechinamo

Signed-off-by: lovechinamo <wangdongqi2@huawei.com>

 Changes to be committed:
上级 c68055e7
......@@ -340,10 +340,10 @@ remove(callback: AsyncCallback&lt;boolean&gt;): void
| 名称 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| url | string | 是 | 资源地址。 |
| header | object | | 添加要包含在上载请求中的HTTP或HTTPS标志头。 |
| method | string | | 请求方法:POST、PUT。缺省为POST。 |
| header | object | | 添加要包含在上载请求中的HTTP或HTTPS标志头。 |
| method | string | | 请求方法:POST、PUT。缺省为POST。 |
| files | Array&lt;[File](#file)&gt; | 是 | 要上传的文件列表。请使用&nbsp;multipart/form-data提交。 |
| data | Array&lt;[RequestData](#requestdata)&gt; | | 请求的表单数据。 |
| data | Array&lt;[RequestData](#requestdata)&gt; | | 请求的表单数据。 |
## File
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册