功能介绍:
1.添加团购开团功能
2.添加交易区自由转卖功能
3.充值改为U接口(带后台审核)
4.三国语言(未完善)
5.限制积分+余额才能购买商品以及数量
6.修复前后台无用功能以及调用失效js导致卡顿问题
搭建教程:
PHP7.4 Mysql5.6 Nginx随意
public运行目录+nginx伪静态
location ~ /(application|data|extend|install|rule|runtime|sldate|thinkphp|static|upload|uploadintegral|uploads|vendor)/.*.(php|php5|phtml|json)$ {
rewrite ^/(.*)$ /waf.php?wafhtml=1 last;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
本站资源均为网友推荐收集整理而来,请勿商业运营,仅供学习和研究,请在下载后24小时内删除!!
© 版权声明
THE END
暂无评论内容