源码说明
返奖私钥和监听充值地址修改/application/index/controller/wxpay.php
返奖地址和私钥在25和26行配置
监听充值玩法地址在200行以后配置,具体在哪里你们自己找吧,都在wxpay.php这个文件
转账功能
#!/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 0
xxx改成你的域名
玩法有
index3 单双
index2 尾数
index1 牛牛
1.本站所有源代码资源数据均来自互联网,版权归原作者所有,仅提供测试学习使用.
2.任何源码功能,完整性,搭建问题,使用操作等特殊问题,本站客服不作任何解答工作,请见谅.
3.本站搭建成功,你未能搭建起来,请按说明,检查环境是否匹配,或者下载本站其他源码测试.
4.我们不作任何承诺,也不保证100%可使用,开通会员或充值后,本站不支持任何退款理由.