cquauth 重庆大学统一认证模块 安装 pip install cquauth 或者 sudo pip install cquauth 使用 from cquauth import verify res = verify('统一认证号', '统一认证密码') 认证成功返回True,失败返回False。