源码介绍
H5源码ASong交友盲盒系统开源全解,支付对接的是易支付接口
盲盒系统,懂得都懂,免费放了,感兴趣的拿
安装教程:
环境Nginx+php56+mysql56+phpmyadmin4.4
配置伪静态:
rewrite ^/index.html$ /index.php;
rewrite ^/404.html$ /index.php?AS=404;
rewrite ^/fzt.html$ /index.php?AS=fzt;
rewrite ^/qzt.html$ /index.php?AS=qzt;
rewrite ^/qztok-([1-9]+[0-9]*).html$ /index.php?AS=qztok&out_trade_no=$1;
上传压缩包到服务器/主机解压,访问域名即可进入安装页面