2024/05/01:
1.更换全新的手机版支付页面风格
2.聚合收款码支持填写备注
3.后台支付统计新增利润、代付统计
4.删除结算记录支持直接退回商户金额
使用本主题前请备份官方版本文件再进行解压到user目录替换!!!
nginx 伪静态
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;}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; }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
暂无评论内容