易支付稳定版搭建教程

优选教程   © 文章版权由 admin 解释,禁止匿名转载

#楼主# 2023-2-13

PHP环境5.6以上最好用宝塔搭建

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;
}

系统更新日记
1.商户后台支持订单自助退款
2.新增订单退款安全密码
3.新增两套模板

下载链接:

本帖含有隐藏内容,请您 回复 后查看


那些密钥啥的咋填
板凳
是屹川哎 2023-2-16
可以用????
地板
鹏鹏 2023-4-2
USDT支付插件用不了

评论

登录后才可发表内容
  • 主题

    5

  • 帖子

    0

  • 关注者

    0

Copyright © 2019 凯特网.   Powered by HYBBS 2.3.4  

Runtime:0.0988s Mem:2013Kb