feat(189): add tips `get page`

pull/958/head
Xhofe 2022-04-16 17:08:21 +08:00
parent 183a6f1b3a
commit e6ecf1fa30
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ func (driver Cloud189) Login(account *model.Account) error {
}
}
if lt == "" {
return errors.New(b)
return errors.New("get page: " + b)
}
captchaToken := regexp.MustCompile(`captchaToken' value='(.+?)'`).FindStringSubmatch(b)[1]
returnUrl := regexp.MustCompile(`returnUrl = '(.+?)'`).FindStringSubmatch(b)[1]