Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
enhanced download_file api
Browse files Browse the repository at this point in the history
  • Loading branch information
whitechi73 authored Feb 26, 2024
1 parent 0d08dfb commit 1a63e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/shamrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ url和base64至少一个不能为空
| ---------- | ------------------- | ---- | -------------- | ------- |
| url | string || 下载地址 | |
| name | string || 文件名称 | 文件md5 |
| root | string || 保存文件的根目录,注意请确保QQ可以访问 | Shamrock缓存目录 |
| base64 | string || 文件base64内容 | |
| thread_cnt | int32 || 下载的线程数量 | |
| headers | `string` or `array` || 请求头 | |
Expand Down

0 comments on commit 1a63e8d

Please sign in to comment.