修复时间问题
This commit is contained in:
parent
f5abb8c221
commit
d378d0fccd
@ -5,6 +5,6 @@ import (
|
||||
)
|
||||
|
||||
type Token struct {
|
||||
expiration time.Time
|
||||
Expiration time.Time
|
||||
Token string
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user