This commit is contained in:
wangchuxiao
2022-03-23 17:15:46 +08:00
parent 4bdb4cbbb5
commit df4a75f4b0
3 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -20,6 +20,6 @@ type MinioUploadFileReq struct {
type MinioUploadFileResp struct {
URL string `json:"URL"`
NewName string `json:"newName"`
SnapshotURL string `json:"snapshotURL" binding:"omitempty"`
SnapshotNewName string `json:"snapshotName" binding:"omitempty"`
SnapshotURL string `json:"snapshotURL,omitempty"`
SnapshotNewName string `json:"snapshotName,omitempty"`
}