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
获取enc码之后该如何操作?二维码中的6位code代码是与时间关联的随机码,这个码的生成规则是什么? 万分感谢作者,有时间希望解答一下
The text was updated successfully, but these errors were encountered:
hello,我是这么处理的,我用微信手动获得enc码之后,在这样发起签到请求,就可以成功。
response = requests.get('https://mobilelearn.chaoxing.com/pptSign/stuSignajax?activeId='+str(id)+'&uid='+uid+'&enc='+enc, headers=headers,cookies= okcookie)
Sorry, something went wrong.
No branches or pull requests
获取enc码之后该如何操作?二维码中的6位code代码是与时间关联的随机码,这个码的生成规则是什么?
万分感谢作者,有时间希望解答一下
The text was updated successfully, but these errors were encountered: