6

【完整的易支付源码】全开源+批量生成商户+即时到账功能+自动提现功能

 3 years ago
source link: https://www.iyouhun.com/post-181.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
【完整的易支付源码】全开源+批量生成商户+即时到账功能+自动提现功能 - 游魂博客-分享技术,资源共享
首页 / 【完整的易支付源码】全开源+批量生成商户+即时到账功能+自动提现功能

PHP版本选择 7.2

配置下伪静态

伪静态规则

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

将源码上传至网站根目录并解压

访问域名/install.php填写数据库相关信息安装即可

安装完成后默认 账号 admin 默认密码 123456

后台路径 域名/admin

源码下载


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK