package
Version:
v1.5.1
Opens a new window with list of versions in this module.
Published: Dec 3, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
}
Auth 包括访问 token 和 刷新 token
type BackToFrontEndData struct {
Code int `json:"code"`
Description string `json:"desc"`
Auth Auth `json:"token"`
Data map[string]interface{} `json:"data"`
Error string `json:"error"`
}
BackToFrontEndData 返回给前端的结构
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.