fix
This commit is contained in:
@@ -16,8 +16,9 @@ type JwtInfo struct {
|
||||
}
|
||||
|
||||
type Token struct {
|
||||
Token string `json:"token"`
|
||||
Refresh string `json:"refresh"`
|
||||
Token string `json:"token"`
|
||||
Refresh string `json:"refresh"`
|
||||
Info JwtInfo `json:"info"`
|
||||
}
|
||||
|
||||
type JwtInfoServices struct {
|
||||
|
||||
Reference in New Issue
Block a user