|
安装教程:
启动命令 php /www/wwwroot/目录/simplewind/GatewayWorker/start.php start -d
搭建坏境 ng mysql5.5 php7.2 伪静态默认thinkphp php7.2 安装一下fileinfo
网站设置 关闭防跨站 默认目录 public
数据库 /simplewind/GatewayWorker/Applications/YourApp/Config替换数据库
数据库 /data/conf/database.php 替换数据库
公众号:/www/wwwroot/bbb/app/index/controller/WeixinController.php
禁函数 /www/server/php/72/etc 搜索替换 disable_functions
替换disable_functions = passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_waitpid,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
对接支付地址 http://http://x5pay.com/ 开好户
替换支付商户ID和秘钥:
/www/wwwroot/bbb/public/ttrpay/config.php 第3和第6行
/www/wwwroot/bbb/public/ttrpay/dopay.php 51和54行
/www/wwwroot/bbb/app/index/controller/PayController.php 67行配支付秘钥 不用商户ID
这样就能通过添加店员不需要挂监控 就能够回调了
后台是域名/admin1 密码是123456 账号:admin
|
|