mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: client-upload file in oss
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
// UploadCredentialService 获取上传凭证服务
|
||||
type UploadCredentialService struct {
|
||||
Path string `form:"path" binding:"required"`
|
||||
Size uint64 `form:"size" binding:"required,min=0"`
|
||||
Size uint64 `form:"size" binding:"min=0"`
|
||||
}
|
||||
|
||||
// Get 获取新的上传凭证
|
||||
|
||||
Reference in New Issue
Block a user