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
当我传递的$sceneId 长度大于10位时,就会出现接受的EventKey莫名其妙的值 其中发现一处bug。应去掉intval,否则永远都不会超过10位。 虽然我尝试去除这个转换,去除后依然不能得到我想要的参数
// 临时二维码时为32位非0整型 $scene = array('scene_id' => intval($sceneId));
The text was updated successfully, but these errors were encountered:
@Someker 建议不要大于10位,有朋友试过,官方并没有像文档说的一样支持32位
Sorry, something went wrong.
No branches or pull requests
当我传递的$sceneId 长度大于10位时,就会出现接受的EventKey莫名其妙的值
其中发现一处bug。应去掉intval,否则永远都不会超过10位。
虽然我尝试去除这个转换,去除后依然不能得到我想要的参数
The text was updated successfully, but these errors were encountered: