🐛 时间超出int范围

This commit is contained in:
微凉
2020-12-26 18:11:17 +08:00
parent 52cddc431a
commit 4af469efed
9 changed files with 86 additions and 7 deletions

View File

@ -7,6 +7,7 @@ import (
)
func InitAliDrive() bool {
log.Infof("初始化阿里云盘...")
//首先token_login
if conf.Conf.AliDrive.RefreshToken == "" {
tokenLogin,err:=alidrive.TokenLogin()