gm_user

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

GM用户层

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, error)

Jump to

Keyboard shortcuts

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