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

Create QR code #5

Closed
wizjin opened this issue Jan 7, 2014 · 0 comments
Closed

Create QR code #5

wizjin opened this issue Jan 7, 2014 · 0 comments
Assignees
Milestone

Comments

@wizjin
Copy link
Owner

wizjin commented Jan 7, 2014

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
}
@ghost ghost assigned wizjin Jan 7, 2014
@wizjin wizjin mentioned this issue Feb 7, 2014
@wizjin wizjin closed this as completed in 121753e Feb 7, 2014
wizjin added a commit that referenced this issue Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant