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

嘿,临时二维码也支持字符串作为参数 #191

Merged
merged 1 commit into from
Jul 22, 2017
Merged

嘿,临时二维码也支持字符串作为参数 #191

merged 1 commit into from
Jul 22, 2017

Conversation

itsalongstory
Copy link
Contributor

临时二维码请求说明

http请求方式: POST
URL: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=TOKENPOST数据格式:json
POST数据例子:{"expire_seconds": 604800, "action_name": "QR_SCENE", "action_info": {"scene": {"scene_id": 123}}}

或者也可以使用以下POST数据创建字符串形式的二维码参数:
{"expire_seconds": 604800, "action_name": "QR_STR_SCENE", "action_info": {"scene": {"scene_str": "test"}}}

https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1443433542

@Eric-Guo Eric-Guo merged commit f979522 into Eric-Guo:master Jul 22, 2017
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

Successfully merging this pull request may close these issues.

2 participants