源码介绍
易支付系统二次开发,彩虹易支付推广代理 查单投诉功能,
1.代理推广模式,
2.显示推广代理排行榜,
3.新增查单方法(域名/cd)
源码上传至虚拟机或者服务器
访问域名/install.php 安装,版本设置PHP7.3
后台地址: 域名/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
暂无评论内容