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
import fuo_netease as ne import feeluown neMusic = ne.provider.api res_data = neMusic.login(country_code='86', username='112254545', pw_encrypt='123456789', phone=True)
pw_encrypt 似乎不是原密码,而是加密之后的密码, 因为res_data总是得到密码错误的提示. 这是经过怎样的加密?
The text was updated successfully, but these errors were encountered:
可以从这里看登陆的过程 https://github.com/feeluown/feeluown-netease/blob/424564bb53fbf163b40b67974e6bdedaab05c748/fuo_netease/login_controller.py#L42C49-L62
Sorry, something went wrong.
No branches or pull requests
pw_encrypt 似乎不是原密码,而是加密之后的密码, 因为res_data总是得到密码错误的提示.
这是经过怎样的加密?
The text was updated successfully, but these errors were encountered: