-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(pikpak): fix the problem that refresh_token cannot be obtained #7017
Conversation
这个构建错误...
|
|
这是在 获取 |
无法使用删除重新登陆也一样出现这个。可以尝试其他方案 比如手动修改authorization/captcha_token的值获取对应的信息 |
那就添加一个 Refresh_Token 的字段吧,这样可以手动抓包,可以自行获取。至于 CaptchaToken 参数,这个有效时间不长,在使用时经常变动,手动填写意义不大
|
d15c09f
to
134952d
Compare
/v1/auth/signin 返回的参数 token_type + access_token |
这种方式登录,必须携带 |
134952d
to
a8919b0
Compare
更新了最新版以后,又出现这个问题了。 |
改动
oauth2
的登录方式,改为普通请求(需要携带captcha_token
)request
函数添加了User-Agent
、X-Device-ID
、X-Captcha-Token
参数refresh_token
字段,用户可自行抓包填写,也可以留空,会自动生成captcha_token
字段,无需手动填写如果登录时有出现
failed get objs: failed to list objs: need verify: < --------a target="_blank" href
这样的错误,是触发了风控