源码说明转账功能#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin step=5 #间隔的秒数,不能大于10 for (( i = 0; i < 60; i=(i+step) )); do curl http://xxx/index/wpay/auto_transfer3 curl http://xxx/index/wpay/auto_transfer2 curl http://xxx/index/wpay/auto_transfer1 sleep $step done exit 0监听收款 #!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin step=3 #间隔的秒数,不能大于10 for (( i = 0; i < 60; i=(i+step) )); do curl http://xxx/index/wpay/index3 curl http://xxx/index/wpay/index2 curl http://xxx/index/wpay/index1 sleep $step done exit 0xxx改成你的域名 玩法有 index3 单双index2 尾数index1 牛牛返奖私钥和监听充值地址修改/application/index/controller/wxpay.php 返奖地址和私钥在25和26行配置 监听充值玩法地址在200行以后配置,具体在哪里你们自己找吧,都在wxpay.php这个文件源码截图
© 版权声明
THE END
文章版权归作者所有,未经允许请勿转载。本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
暂无评论内容