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

生成临时二维码时,返回EventKey不是传递的值 #173

Closed
iluozhiqiang opened this issue Dec 8, 2015 · 1 comment
Closed

生成临时二维码时,返回EventKey不是传递的值 #173

iluozhiqiang opened this issue Dec 8, 2015 · 1 comment

Comments

@iluozhiqiang
Copy link

当我传递的$sceneId 长度大于10位时,就会出现接受的EventKey莫名其妙的值
其中发现一处bug。应去掉intval,否则永远都不会超过10位。
虽然我尝试去除这个转换,去除后依然不能得到我想要的参数

// 临时二维码时为32位非0整型
        $scene = array('scene_id' => intval($sceneId));
@overtrue
Copy link
Collaborator

overtrue commented Jan 1, 2016

@Someker 建议不要大于10位,有朋友试过,官方并没有像文档说的一样支持32位

@overtrue overtrue closed this as completed Jan 1, 2016
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

No branches or pull requests

2 participants