简单的一个自定义支付系统,源码丢到根目录即可,有什么不懂可以联系我!
下载地址
配置app/config.php
app/config.php
$appid = ''; //https://open.alipay.com 应用APPID $notifyUrl = ''; //付款成功后的异步回调地址 $signType = 'RSA2'; //签名算法类型,支持RSA2和RSA,推荐使用RSA2 $rsaPrivateKey=''; //支付宝公钥 $alipayPublicKey=''; //支付宝私钥