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
添加用账号密码登陆的方式 因为我不会go语言,所以只能提个issue,期待各位大佬帮我实现 使用cookie登录,会存在过期的情况,而用账号密码登录,可以解决这个问题
向https://up.woozooo.com/mlogin.php post以下数据 “task=3&uid=” + 用户名 + “&pwd=” + 密码 + “&setSessionId=&setSig=&setScene=&setTocen=&formhash=”
所返回的cookie即为登录所需cookie 期待各位大佬帮我在alist中实现它
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
对了,这种方式无需验证码,我也不知道为什么,但就是可以 是在翻易语言的代码时发现的 以上是在易语言中实现的代码的截图,希望对大佬有帮助
这里的UA是这个 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 referer: https://www.lanzouu.com/
feat(lanzou): support login with account (close #4880 in #4885)
c9ea9bc
Successfully merging a pull request may close this issue.
Please make sure of the following things
Description of the feature / 需求描述
添加用账号密码登陆的方式
因为我不会go语言,所以只能提个issue,期待各位大佬帮我实现
使用cookie登录,会存在过期的情况,而用账号密码登录,可以解决这个问题
Suggested solution / 实现思路
向https://up.woozooo.com/mlogin.php
post以下数据
“task=3&uid=” + 用户名 + “&pwd=” + 密码 + “&setSessionId=&setSig=&setScene=&setTocen=&formhash=”
所返回的cookie即为登录所需cookie
期待各位大佬帮我在alist中实现它
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: