功能介绍:
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;
}
}



暂无评论内容