Skip to content

Commit

Permalink
chore: Merge branch 'dev' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed May 8, 2022
2 parents 33e1acd + 44b8c6a commit 0237e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/189/189.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (driver Cloud189) Login(account *model.Account) error {
passwordRsa := RsaEncode([]byte(account.Password), jRsakey, true)
url = "https://open.e.189.cn/api/logbox/oauth2/loginSubmit.do"
var loginResp LoginResp
res, err := client.R().
res, err = client.R().
SetHeaders(map[string]string{
"lt": lt,
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",
Expand Down

0 comments on commit 0237e78

Please sign in to comment.