简述
最新版本就是2023年08月31日发布
彩虹易支付系统开源源码2023
易支付免签约支付产品,完美解决支付难题,
一站式接入支付宝,微信,财付通,QQ钱包,微信wap,
帮助开发者快速集成到自己相应产品,效率高,
该版本新增微信公众号消息提醒功能
商户后台新增代付功能
新增付款记录列表
支付宝插件新增预授权支付
新增创建订单人机验证,防止被恶意创建订单
演示截图
安装信息
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;
}
© 版权声明
THE END
- 最新
- 最热
只看作者