luren-dc / QQMusicApi

Python QQ音乐Api封装库
MIT License
52 stars 15 forks source link

refactor: 重构 LoginApi #68

Closed luren-dc closed 3 weeks ago

luren-dc commented 4 weeks ago

重构 LoginApi

  1. 二维码获取、检测二维码状态、鉴权解耦
  2. 验证码发送、验证解耦
  3. 保留原有 Login class,并加以扩展

Tasks