We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
func (lj *LoginJSON) parsePhoneAndEmail(bc *BaiduClient) {
从 GotoURL 里面已经获取不到Token了。但是有个ltoken。
如果把这个ltoken 当作token 传递下去,能得到已发送验证码,但是收不到验证码。
我不太这个登陆流程。
@qjfoidnh 看看呢? :)
The text was updated successfully, but these errors were encountered:
Login接口变化比较大,而且不唯一了。 目前已经可以接收手机/邮箱验证码,可能需要更多测试;另一个问题就是验证完成后还需要进行两次图片验证码,否则无法获取到正确的stoken
Sorry, something went wrong.
如果后面还改,那还不如废弃掉算了。用cookie 登陆更省事
No branches or pull requests
调用到 baidu-login 的地方,
从 GotoURL 里面已经获取不到Token了。但是有个ltoken。
如果把这个ltoken 当作token 传递下去,能得到已发送验证码,但是收不到验证码。
我不太这个登陆流程。
@qjfoidnh 看看呢? :)
The text was updated successfully, but these errors were encountered: