提交 e5b21583 编写于 作者: Q qiang014 提交者: Gitee

update docs/api/request/network-file.md.

上级 e6c97513
......@@ -13,10 +13,10 @@
|参数名|类型|必填|说明|平台差异说明|
|:-|:-|:-|:-|:-|
|url|String|是|开发者服务器 url||
|files|Array||需要上传的文件列表。**使用 files 时,filePath 和 name 不生效。**|App、H5( 2.6.15+)|
|files|Array|是(files和filePath选其一)|需要上传的文件列表。**使用 files 时,filePath 和 name 不生效。**|App、H5( 2.6.15+)|
|fileType|String|见平台差异说明|文件类型,image/video/audio|仅支付宝小程序,且必填。|
|file|File|否|要上传的文件对象。|仅H5(2.6.15+)支持|
|filePath|String|是|要上传文件资源的路径。||
|filePath|String|是(files和filePath选其一)|要上传文件资源的路径。||
|name|String|是|文件对应的 key , 开发者在服务器端通过这个 key 可以获取到文件二进制内容||
|header|Object|否|HTTP 请求 Header, header 中不能设置 Referer。||
|timeout|Number|否|超时时间,单位 ms|H5(HBuilderX 2.9.9+)、APP(HBuilderX 2.9.9+)|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册