-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新增捡漏模式 #34
Comments
@Strider1230 可能是你的Git没有merge成功,项目里已经没有music.go了,只有mp3.go |
E0427 10:33:19.829490 117356 order.go:129] 获取预约时间失败, 错误: 当前人多拥挤,请稍后尝试刷新页面 哨兵模式,这个算正常吗?怎么感觉账号被封控了呢? |
3000 这个是被封控了 |
谢谢你~ 我明白啦 |
I0427 11:31:37.811702 98365 client.go:127] 请求结果有异常, 详情: {"success":null,"error":"AssertError","code":"405","message":"","msg":"","data":"-405"} |
这个是请求频率太快 黑号了 我的刚刚设置成25s-40s一次也黑了 |
@NTxu 应该还可以,有的人买到了,但这个不是长久之计,得重新考虑策略和适应新版本了(不过新版本没那么简单就能写的出来😅)。 |
@Meteor0928 嗯 ,我这个是电脑端小程序被风控了 ,但是使用手机端小程序可以直接付款。 |
大佬所以现在老版本的2.83.0还是能用的对吧。。 |
@geekotaku 应该还可以,但是今天表现不给力,不知道是不是叮咚风控策略变了导致不好买了。 |
暂时不要搞了,我现在手机app上无法下单了,咨询客服说环境异常,让我卸载app 重试,更换其他账号也一样被风控,难受了 |
真是越来越难了,攻与防的较量 |
更改了捡漏模式的请求间隔和休息间隔,尽量避免风控。 |
简单实现了捡漏模式,此模式下可长期运行(实现非并发,串行执行),大家可以尝试一下。pull下最新代码,只需要在
main.go
将strategy字段值设为2即可。The text was updated successfully, but these errors were encountered: