2023 9月最新彩虹易支付系统源码
更新日志:
1.新增微信公众号消息提醒功能
2.重构转账付款功能,支持通过插件扩展
3.商户后台新增代付功能
4.后台新增付款记录列表
5.支付宝插件新增预授权支付
6.优化支付通道列表,支持翻页与快速复制通道
7.新增创建订单人机验证,防止被恶意创建订单
8.修复其他一些已知问题
nginx
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;}
停留在世界边缘,与之惜别