fix(aliyundrive): error occurred when running multiple instances at the same time (#3448)

* fix(aliyundrive):an error occurred when running multiple instances at the same time

* Update util.go

fix(aliyunpan):clear retry count
This commit is contained in:
foxxorcat
2023-02-16 22:12:19 +08:00
committed by GitHub
parent 236c17176c
commit 7d1034c569
3 changed files with 21 additions and 39 deletions

View File

@ -9,7 +9,7 @@ import (
type State struct {
deviceID string
signature string
nonce int
retry int
privateKey *ecdsa.PrivateKey
}