zoujingli / WeChatDeveloper

【新】微信服务号+微信小程序+微信支付+支付宝支付

Home Page:https://www.kancloud.cn/zoujingli/wechat-developer/content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不支持支付宝App支付

Majy999 opened this issue · comments

不支持支付宝App支付
位置:vendor/zoujingli/wechat-developer/AliPay/App.php
方法:public function apply($options)
{
$this->applyData($options);
return http_build_query($this->options->get());
}

支持

参见测试案例,返回 query 参数。
https://github.com/zoujingli/WeChatDeveloper/blob/master/_test/alipay-app.php

需要安装支付宝的sdk 发请求吗