Netease_url/qr_login.py
2025-05-25 20:10:07 +08:00

10 lines
230 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from music_api import qr_login
print("开始网易云音乐二维码登录流程...")
cookies = qr_login()
if cookies:
print("\nCookie信息")
print(cookies)
else:
print("登录失败,请重试。")