Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenToken ¶
func GenToken(sessionInfo *SessionInfo) (string, error)
========= 生成Token ============
Types ¶
type SessionInfo ¶
type SessionInfo struct { UserId int64 `json:"user_id"` Uuid string `json:"uuid"` UserName string `json:"user_name"` LoginTime time.Time `json:"login_time"` }
====================================================================== * * 功能:加密解密 token * 描述:用于 WEB 接口鉴权 * ======================================================================
func ParseToken ¶
func ParseToken(tokenStr string) (*SessionInfo, error)
============ 解析 token =============
Click to show internal directories.
Click to hide internal directories.