-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
可以生成http请求二维码吗? #70
Comments
myqr 12345 -n github_qr.jpg -d C:\qrcode |
我通过fastapi开放接口,输入参数达到返回二维码图片的目的。是可行的。 |
收到。。
|
您好,你的邮件我已收到!
|
您好!
您正在找回密码,为确保是你本人操作,请在邮箱验证码输入框输入下方验证码:
658360
如果这不是你本人所为,请忽略。请勿向任何人泄漏您收到的验证码。
冬奥小助 账号团队敬上
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python -m http.server 8000
python -m http.server 8000 --bind 127.0.0.1
http://127.0.0.1:8000/
结合http服务?
The text was updated successfully, but these errors were encountered: