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
wechat/src/Wechat/Payment/UnifiedOrder.php 文件 175行有个小问题 $http = new Http(new AccessToken($this->business->appid, $this->business->appsecret)); 是不是应改为 $http = new Http(); 类Http构造方法没有参数,接口调用也不需要accesstoken。
另Http类并不支持使用证书,请大神修改。。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wechat/src/Wechat/Payment/UnifiedOrder.php
文件 175行有个小问题
$http = new Http(new AccessToken($this->business->appid, $this->business->appsecret));
是不是应改为
$http = new Http();
类Http构造方法没有参数,接口调用也不需要accesstoken。
另Http类并不支持使用证书,请大神修改。。
The text was updated successfully, but these errors were encountered: