版本为最新版

主要更新:支付轮训,威富通接口,京东支付,银联接口,实名认证,风控记录等等很多

源码程序仅供参考学习,请勿贩卖,

开发不易,且行且珍惜!

安装

上传解压设置伪静态,打开域名安装

PHP7.0

伪静态规则

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;
}

源码截图

南图博客

 

南图博客

 

南图博客

 

南图博客