Skip to content
New issue

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

如何手动二维码签到? #4

Open
16Lab-Persicaria opened this issue Oct 13, 2021 · 1 comment
Open

如何手动二维码签到? #4

16Lab-Persicaria opened this issue Oct 13, 2021 · 1 comment

Comments

@16Lab-Persicaria
Copy link

获取enc码之后该如何操作?二维码中的6位code代码是与时间关联的随机码,这个码的生成规则是什么?
万分感谢作者,有时间希望解答一下

@SongZihui-sudo
Copy link

hello,我是这么处理的,我用微信手动获得enc码之后,在这样发起签到请求,就可以成功。

    response = requests.get('https://mobilelearn.chaoxing.com/pptSign/stuSignajax?activeId='+str(id)+'&uid='+uid+'&enc='+enc, headers=headers,cookies= okcookie)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants