mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
db
This commit is contained in:
parent
be847d5d5e
commit
642743957e
@ -78,7 +78,7 @@ func CheckAdmin(ctx context.Context) error {
|
|||||||
if utils.IsContain(tracelog.GetOpUserID(ctx), config.Config.Manager.AppManagerUid) {
|
if utils.IsContain(tracelog.GetOpUserID(ctx), config.Config.Manager.AppManagerUid) {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return errs.ErrIdentity.Wrap("is not admin")
|
return errs.ErrIdentity.Wrap("operate user is not admin")
|
||||||
}
|
}
|
||||||
|
|
||||||
func ParseRedisInterfaceToken(redisToken interface{}) (*Claims, error) {
|
func ParseRedisInterfaceToken(redisToken interface{}) (*Claims, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user