mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-03 01:52:17 +08:00
fix origin error
This commit is contained in:
parent
6e9b9341d4
commit
7a46389da8
@ -6,13 +6,14 @@ import (
|
||||
http "Open_IM/pkg/common/http"
|
||||
"Open_IM/pkg/common/log"
|
||||
"Open_IM/pkg/common/token_verify"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
_ cr "github.com/minio/minio-go/v7/pkg/credentials"
|
||||
_ "github.com/minio/minio-go/v7/pkg/credentials"
|
||||
)
|
||||
|
||||
func MinioStorageCredential(c *gin.Context) {
|
||||
var (
|
||||
req apiStruct.MinioStorageCredentialReq
|
||||
req apiStruct.MinioStorageCredentialReq
|
||||
resp apiStruct.MiniostorageCredentialResp
|
||||
)
|
||||
ok, _ := token_verify.GetUserIDFromToken(c.Request.Header.Get("token"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user