Skip to content
New issue

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 小问题 #94

Closed
jaring opened this issue Sep 13, 2015 · 0 comments
Closed

wechat/src/Wechat/Payment/UnifiedOrder.php 小问题 #94

jaring opened this issue Sep 13, 2015 · 0 comments

Comments

@jaring
Copy link

jaring commented Sep 13, 2015

wechat/src/Wechat/Payment/UnifiedOrder.php
文件 175行有个小问题
$http = new Http(new AccessToken($this->business->appid, $this->business->appsecret));
是不是应改为
$http = new Http();
类Http构造方法没有参数,接口调用也不需要accesstoken。

另Http类并不支持使用证书,请大神修改。。

@jaring jaring closed this as completed Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant