From 6e31c362cea8f35372b973925d05ba04be7a339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B1=A0?= <98259561+whitechi73@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:43:53 +0800 Subject: [PATCH] Sofitu pa unviar ficheros con nomes personalizaos --- docs/api/shamrock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/shamrock.md b/docs/api/shamrock.md index e0ee4bd..7f3244e 100644 --- a/docs/api/shamrock.md +++ b/docs/api/shamrock.md @@ -32,6 +32,7 @@ icon: feather-alt | 字段 | 类型 | 必须 | 说明 | 默认值 | | ------ | ------- | ---- | -------------------- | ------ | | url | string | 否 | 下载地址 | | +| name | string | 否 | 文件名称 | 文件md5 | | base64 | string | 否 | 文件base64内容 | | | thread_cnt | int32 | 否 | 下载的线程数量 | | | headers | `string` or `array` | 否 | 请求头 | |