作者 yangfu

修改权限过期时间

... ... @@ -572,7 +572,7 @@ func RefreshToken(request *protocol.RefreshTokenRequest) (rsp *protocol.RefreshT
//注入用户二次鉴权
if authMessage, hasAuth := agg.GetUserModuleAuth(userAuth.CurrentUserCompanyId); !hasAuth && userAuth.CurrentUserCompanyId > 0 {
log.Error(authMessage.Errno, authMessage.Errmsg)
err = protocol.NewCustomMessage(4141, authMessage.Errmsg) //账号不存在
err = protocol.NewCustomMessage(4140, authMessage.Errmsg) //账号不存在
return
}
//userAuth.AccessToken = uid.NewV1().StringNoDash()
... ...