Go to file
Wolves 2c277b6b0e contine 2023-07-27 21:48:53 +08:00
demo routine: 2023-07-27 21:18:45 +08:00
upload routine: 2023-07-27 21:18:45 +08:00
utils routine: 2023-07-27 21:18:45 +08:00
.gitignore routine: 2023-07-27 21:18:45 +08:00
README.md routine: 2023-07-27 21:18:45 +08:00
go.mod contine 2023-07-27 21:48:53 +08:00

README.md

百度云盘上传api

  • api文档
  • demo/upload_precreate.go 为如何使用 precreate 预上传接口的示例。
  • demo/upload_upload.go 为如何使用 upload 分片上传接口的示例。
  • demo/upload_create.go 为如何使用 create 创建文件接口的示例。