fix:base上传强制更新

This commit is contained in:
momo
2023-08-22 10:48:10 +08:00
parent 5e00447da3
commit 80a9517a1f
3 changed files with 10 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ type (
GuestId int64 `form:"guest_id,optional"` // 上传文件额外信息
UploadBucket int64 `form:"upload_bucket,options=[1,2],default=1"` // 上传桶名:1=缓存,2=持久
Source string `form:"source"` // 上传来源
Refresh bool `form:"refresh"` // 强制更新
}
)