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
Click to show internal directories.
Click to hide internal directories.