修复时间问题

This commit is contained in:
ZJY 2021-09-03 19:28:35 +08:00
parent f5abb8c221
commit d378d0fccd

View File

@ -5,6 +5,6 @@ import (
)
type Token struct {
expiration time.Time
Expiration time.Time
Token string
}