mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
mongo
This commit is contained in:
@@ -13,8 +13,8 @@ type MiniostorageCredentialResp struct {
|
||||
}
|
||||
|
||||
type MinioUploadFileReq struct {
|
||||
OperationID string `json:"operationID"`
|
||||
FileType int `json:"fileType"`
|
||||
OperationID string `form:"operationID"`
|
||||
FileType int `form:"fileType"`
|
||||
}
|
||||
|
||||
type MinioUploadFileResp struct {
|
||||
|
||||
Reference in New Issue
Block a user