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
微助教通过 WebSocket 下发二维码,其订阅过程是: /meta/handshake获取clientId -> /meta/connect -> /meta/subscribe 服务端会定时返回QR码的URL。具体过程可以参考我的这个项目 yatm。
/meta/handshake
clientId
/meta/connect
/meta/subscribe
我这两天给你提个PR吧。
The text was updated successfully, but these errors were encountered:
获取签到任务列表好像是依赖OpenID的,不太方便,签一次要换一次。目前还没有比较好的解决方案,可以单独开个模块。
Sorry, something went wrong.
openId
No branches or pull requests
微助教通过 WebSocket 下发二维码,其订阅过程是:
/meta/handshake
获取clientId
->/meta/connect
->/meta/subscribe
服务端会定时返回QR码的URL。具体过程可以参考我的这个项目 yatm。
我这两天给你提个PR吧。
The text was updated successfully, but these errors were encountered: