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
PHP 版本: overtrue/wechat 版本:"overtrue/laravel-wechat": "^3.1", 是否使用了框架?框架名称:laravel
$app = new Application(config('wechat')); $qrcode = $app->mini_program->qrcode; $appcode = $qrcode->getAppCodeUnlimit('bindId='.$code);
通过这个方式生成的二维码在小程序内部扫一扫无法获取scene信息,请问有这是微信的限制还是其他什么原因, 谢谢 ps:小程序未上架
The text was updated successfully, but these errors were encountered:
还有这个函数!赞啊
Sorry, something went wrong.
估计是微信的坑吧 https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=&docid=51c988399d70914a51f57a085c4c1cf4
No branches or pull requests
我用的环境
PHP 版本:
overtrue/wechat 版本:"overtrue/laravel-wechat": "^3.1",
是否使用了框架?框架名称:laravel
问题及现象
通过这个方式生成的二维码在小程序内部扫一扫无法获取scene信息,请问有这是微信的限制还是其他什么原因,
谢谢
ps:小程序未上架
The text was updated successfully, but these errors were encountered: