mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 13:54:04 +08:00
🐛 fix 189 logged in but get error
This commit is contained in:
parent
be03e34406
commit
86ff80885d
@ -108,7 +108,7 @@ func (driver Cloud189) Login(account *model.Account) error {
|
||||
return err
|
||||
}
|
||||
// 已经登陆
|
||||
if res.StatusCode() == 302 {
|
||||
if res.RawResponse.Request.URL.String() == "https://cloud.189.cn/web/main" {
|
||||
return nil
|
||||
}
|
||||
b = res.String()
|
||||
|
Loading…
x
Reference in New Issue
Block a user