Feiyu Wang
Results
2
comments of
Feiyu Wang
Same Here. And #534
我也遇到了同样的问题 miaccount.py中: 56行`_serviceLogin(f"serviceLogin?sid={sid}&_json=true")`返回“登陆验证失败”, 走到67行`_serviceLogin("serviceLoginAuth2", data)`,这里返回了一个没有数据的code=0(如下),之后就报错了。 ```js { 'notificationUrl': '/identity/authStart?sid=xiaomiio&context=xxxxxx&_locale=zh_CN', 'result': 'ok', 'code': 0, 'captchaUrl': None, 'description': '成功', 'location': '', 'securityStatus': 16, 'pwd': 0, 'child': 0, 'desc': '成功' } ``` 环境:国内腾讯云、CentOS7、Python3.9...