发卡系统V1.4正式版支持支付宝即时到帐/易支付
1、系统默认后台路径:/ysmd
2、伪静态设置:
Nginx配置代码: location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?$1 last; break; } }
发卡系统V1.4正式版支持支付宝即时到帐/易支付
Nginx配置代码: location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?$1 last; break; } }