最新版彩虹易支付源码,适配多支付通道,UI 精美,后台功能完善,可直接搭建运营,附带搭建教程,无任何加密,可二次开发。
测试环境
Nginx 1.28.3
PHP7.1以上
MySQL 5.7.44
后台地址/admin
默认用户名admin
默认密码123456
伪静态
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;
}

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END














暂无评论内容