gm_user

package
v0.0.0-...-9337120 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

BI用户层

Index

Constants

View Source
const (
	ERROR_AUTH_TOKEN = 40006
	ERROR_AUTH       = 40007
)

自定义业务异常

Variables

View Source
var AUTH_ERROR = map[int]string{
	ERROR_AUTH_TOKEN: "Token生成失败",
	ERROR_AUTH:       "用户验证失败",
}

Functions

This section is empty.

Types

type GmUserService

type GmUserService struct {
}

GmUserService

func (GmUserService) CheckLogin

func (this GmUserService) CheckLogin(username, password string) (token string, err error)

func (GmUserService) GetRoleInfo

func (this GmUserService) GetRoleInfo(roleId int32) (gminfo model.GmRoleModel, err error)

func (GmUserService) IsExitUser

func (this GmUserService) IsExitUser(claims *jwt.Claims) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL