mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
mongo
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user