源码介绍
彩虹易支付系统开源郑州追梦网络科技有限公司旗下的免签约支付产品,完美解决支付难题,一站式接入支付宝,微信,财付通,QQ钱包,微信wap,帮助开发者快速集成到自己相应产品,效率高,目前最新版本就是2022年8月23日发布的
源码截图
![图片[1]-彩虹易支付系统原版开源源码2022](https://680-1256005206.cos.ap-shanghai.myqcloud.com/2022/09/20220922181238640.png?watermark/2/text/Njgwcy5jYw/font/dGFob21hLnR0Zg/fontsize/72/fill/IzAwMDAwMA/dissolve/100/shadow/6/gravity/southeast/dx/10/dy/10)
location / {
if (!-e $request_filename) {
rewrite ^/(.[a-zA-Z0-9-_]+).html$ /index.php?mod=$1 last;
}
rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
}
location ^~ /plugins {
deny all;
}
location ^~ /includes {
deny all;
}
![图片[2]-彩虹易支付系统原版开源源码2022](https://680-1256005206.cos.ap-shanghai.myqcloud.com/2022/09/20220922181352919.jpg?watermark/2/text/Njgwcy5jYw/font/dGFob21hLnR0Zg/fontsize/72/fill/IzAwMDAwMA/dissolve/100/shadow/6/gravity/southeast/dx/10/dy/10)
更新日志
2022/08/23:
1.商户后台支持订单自助退款
2.新增订单退款接口
© 版权声明
THE END
暂无评论内容