fix reesh api
This commit is contained in:
+3
-3
@@ -8,9 +8,9 @@ type Status struct {
|
||||
}
|
||||
|
||||
type LoginRedis struct {
|
||||
Info interface{} `json:"info"`
|
||||
Token string `json:"token"`
|
||||
Refresh string `json:"refresh"`
|
||||
Info []byte `json:"info"`
|
||||
Token string `json:"token"`
|
||||
Refresh string `json:"refresh"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user