feat: add support for Aliyun OSS uploader

This commit is contained in:
yanghao05
2025-04-07 15:15:51 +08:00
parent 753cfde9d5
commit 7308824af8
11 changed files with 252 additions and 0 deletions

View File

@@ -69,4 +69,8 @@ func (r *Routes) Register(router fiber.Router) {
Body[UploadFileInfo]("body"),
))
router.Get("/v1/admin/uploads/token", DataFunc0(
r.uploads.Token,
))
}