package
Version:
v0.0.0-...-b02ff28
Opens a new window with list of versions in this module.
Published: Dec 2, 2019
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
生成token
@param username 用户名 string
@param password 密码 string
@returns token, err
type Claims struct {
Username string `json:"username"`
Password string `json:"password"`
jwt.StandardClaims
}
*
解析token
@param token
@returns token, err
func (g *Gin) Response(httpCode, errCode int, data interface{})
*
统一后端返回格式
@param httpCode http状态码
@param errCode 错误码
@param data 返回数据
Source Files
¶
Click to show internal directories.
Click to hide internal directories.