Sofitu pa unviar ficheros con nomes personalizaos

This commit is contained in:
白池 2023-11-10 21:43:53 +08:00 committed by GitHub
parent 3aa7d0fb1c
commit 6e31c362ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ icon: feather-alt
| 字段 | 类型 | 必须 | 说明 | 默认值 | | 字段 | 类型 | 必须 | 说明 | 默认值 |
| ------ | ------- | ---- | -------------------- | ------ | | ------ | ------- | ---- | -------------------- | ------ |
| url | string | 否 | 下载地址 | | | url | string | 否 | 下载地址 | |
| name | string | 否 | 文件名称 | 文件md5 |
| base64 | string | 否 | 文件base64内容 | | | base64 | string | 否 | 文件base64内容 | |
| thread_cnt | int32 | 否 | 下载的线程数量 | | | thread_cnt | int32 | 否 | 下载的线程数量 | |
| headers | `string` or `array` | 否 | 请求头 | | | headers | `string` or `array` | 否 | 请求头 | |