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 版本:3.0
composer 下来的代码。 $userinfoService = Yii::$app->wechat->getService('user'); $userinfo = $userinfoService->get($openid);
Class 'GuzzleHttp\Middleware' not found、再整个vendor中也没有找到这个命名空间下的Middleware文件。是不是版本跟GuzzleHttp的版本不一样了
The text was updated successfully, but these errors were encountered:
composer info guzzlehttp/guzzle 把结果粘贴到这里我看看。
composer info guzzlehttp/guzzle
Sorry, something went wrong.
@overtrue 多谢回复。已经解决!多个包中都用到了它。每个里面的版本都一样。我更新了。
好的
No branches or pull requests
我用的环境
PHP 版本:
overtrue/wechat 版本:3.0
问题及现象
composer 下来的代码。
$userinfoService = Yii::$app->wechat->getService('user');
$userinfo = $userinfoService->get($openid);
Class 'GuzzleHttp\Middleware' not found、再整个vendor中也没有找到这个命名空间下的Middleware文件。是不是版本跟GuzzleHttp的版本不一样了
The text was updated successfully, but these errors were encountered: