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 版本:5.6.15 overtrue/wechat 版本:3.3
代码如下: $useConfig = Account::getWechatConfigbyId(1); $app = new Application($useConfig); $menu = $app['menu']; print_r($menu->all()); 在调用微信菜单接口的时候,会报这样的错误: ,查了很久,没找到问题的原因,在调其他接口的时候,也出现相同的问题,麻烦帮忙看一下什么原因,谢谢
The text was updated successfully, but these errors were encountered:
Remove SDK exception & error handler. #296
d5c98b8
No branches or pull requests
我用的环境
PHP 版本:5.6.15
overtrue/wechat 版本:3.3
问题及现象
代码如下:
$useConfig = Account::getWechatConfigbyId(1);
$app = new Application($useConfig);
$menu = $app['menu'];
print_r($menu->all());
在调用微信菜单接口的时候,会报这样的错误:
,查了很久,没找到问题的原因,在调其他接口的时候,也出现相同的问题,麻烦帮忙看一下什么原因,谢谢
The text was updated successfully, but these errors were encountered: