Skip to content

Commit

Permalink
Update driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Sep 17, 2024
1 parent a103cb2 commit d5666b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/alishare_115/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ func (d *AliyundriveShare2Pan115) rapidUpload(fileSize int64, fileName, dirID, p

signKey, signVal := "", ""
for retry := true; retry; {
t := driver115.Now()
//t := driver115.NowMilli()
//t := driver115.Now()
t := driver115.NowMilli()

if encodedToken, err = ecdhCipher.EncodeToken(t.ToInt64()); err != nil {
return nil, err
Expand Down

0 comments on commit d5666b6

Please sign in to comment.