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
Method: Post URL: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=TOKEN
QR Scene Body:
{ "expire_seconds": 1800, "action_name": "QR_SCENE", "action_info": { "scene": { "scene_id": 123 } } }
PS. scene_id max 100000
QR Limit Scene Body:
{ "action_name": "QR_LIMIT_SCENE", "action_info": { "scene": { "scene_id": 123 } } }
PS. scene_id max 1000
Result:
{ "ticket":"<QR Code Ticket>", "expire_seconds":1800 }
The text was updated successfully, but these errors were encountered:
121753e
Close #5, #6
288a331
wizjin
No branches or pull requests
Method: Post
URL: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=TOKEN
QR Scene Body:
PS. scene_id max 100000
QR Limit Scene Body:
PS. scene_id max 1000
Result:
The text was updated successfully, but these errors were encountered: