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

!5507 【misc软件子系统】适配request部件

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