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

!5508 【misc软件服务子系统】适配request部件

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